Searched refs:tmp_u (Results 1 – 8 of 8) sorted by relevance
/external/webp/src/dec/ |
D | webpi.h | 33 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member
|
D | io.c | 96 const uint8_t* top_u = p->tmp_u; in EmitFancyRGB() 129 memcpy(p->tmp_u, cur_u, uv_w * sizeof(*p->tmp_u)); in EmitFancyRGB() 581 p->tmp_u = p->tmp_y + io->mb_w; in CustomSetup() 582 p->tmp_v = p->tmp_u + uv_width; in CustomSetup()
|
D | vp8l.c | 510 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2); in ConvertToYUVA() local 513 u[i] = (u[i] + tmp_u + 1) >> 1; in ConvertToYUVA() 526 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2); in ConvertToYUVA() local 528 u[i] = (u[i] + tmp_u + 1) >> 1; in ConvertToYUVA()
|
/external/chromium_org/third_party/libwebp/dec/ |
D | webpi.h | 33 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member
|
D | io.c | 96 const uint8_t* top_u = p->tmp_u; in EmitFancyRGB() 129 memcpy(p->tmp_u, cur_u, uv_w * sizeof(*p->tmp_u)); in EmitFancyRGB() 581 p->tmp_u = p->tmp_y + io->mb_w; in CustomSetup() 582 p->tmp_v = p->tmp_u + uv_width; in CustomSetup()
|
D | vp8l.c | 510 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2); in ConvertToYUVA() local 513 u[i] = (u[i] + tmp_u + 1) >> 1; in ConvertToYUVA() 526 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2); in ConvertToYUVA() local 528 u[i] = (u[i] + tmp_u + 1) >> 1; in ConvertToYUVA()
|
/external/chromium_org/third_party/libyuv/source/ |
D | convert_to_i420.cc | 50 uint8* tmp_u = u; in ConvertToI420() local 370 tmp_u, tmp_u_stride, in ConvertToI420()
|
/external/libyuv/files/source/ |
D | convert.cc | 1747 uint8* tmp_u = u; in ConvertToI420() local 2068 tmp_u, tmp_u_stride, in ConvertToI420()
|