Searched refs:pcr (Results 1 – 5 of 5) sorted by relevance
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | JpegCompressor.cpp | 483 uint8_t* pcr = static_cast<uint8_t*>(frame.yuv_planes.img_cr); in CompressYUV420Frame() local 494 static_cast<JSAMPROW>(pcr + li * frame.yuv_planes.cbcr_stride); in CompressYUV420Frame()
|
/hardware/interfaces/camera/device/default/ |
D | ExternalCameraUtils.cpp | 689 uint8_t* pcr = static_cast<uint8_t*>(inLayout.cr); in encodeJpegYU12() local 699 crLines[i] = static_cast<JSAMPROW>(pcr + li * inLayout.cStride); in encodeJpegYU12()
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraUtils.cpp | 540 uint8_t *pcr = static_cast<uint8_t*>(inLayout.cr); in encodeJpegYU12() local 552 crLines[i] = static_cast<JSAMPROW>(pcr + li * inLayout.cStride); in encodeJpegYU12()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image.h | 1979 …kernel)(stbi_uc *out, const stbi_uc *y, const stbi_uc *pcb, const stbi_uc *pcr, int count, int ste… 3599 …RGB_row(stbi_uc *out, const stbi_uc *y, const stbi_uc *pcb, const stbi_uc *pcr, int count, int ste… in stbi__YCbCr_to_RGB_row() argument 3605 int cr = pcr[i] - 128; in stbi__YCbCr_to_RGB_row() 3625 …GB_simd(stbi_uc *out, stbi_uc const *y, stbi_uc const *pcb, stbi_uc const *pcr, int count, int ste… in stbi__YCbCr_to_RGB_simd() argument 3646 __m128i cr_bytes = _mm_loadl_epi64((__m128i *) (pcr+i)); in stbi__YCbCr_to_RGB_simd() 3703 uint8x8_t cr_bytes = vld1_u8(pcr + i); in stbi__YCbCr_to_RGB_simd() 3739 int cr = pcr[i] - 128; in stbi__YCbCr_to_RGB_simd()
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image.h | 1979 …kernel)(stbi_uc *out, const stbi_uc *y, const stbi_uc *pcb, const stbi_uc *pcr, int count, int ste… 3606 …RGB_row(stbi_uc *out, const stbi_uc *y, const stbi_uc *pcb, const stbi_uc *pcr, int count, int ste… in stbi__YCbCr_to_RGB_row() argument 3612 int cr = pcr[i] - 128; in stbi__YCbCr_to_RGB_row() 3632 …GB_simd(stbi_uc *out, stbi_uc const *y, stbi_uc const *pcb, stbi_uc const *pcr, int count, int ste… in stbi__YCbCr_to_RGB_simd() argument 3653 __m128i cr_bytes = _mm_loadl_epi64((__m128i *) (pcr+i)); in stbi__YCbCr_to_RGB_simd() 3710 uint8x8_t cr_bytes = vld1_u8(pcr + i); in stbi__YCbCr_to_RGB_simd() 3746 int cr = pcr[i] - 128; in stbi__YCbCr_to_RGB_simd()
|