Home
last modified time | relevance | path

Searched refs:tmp_u (Results 1 – 8 of 8) sorted by relevance

/external/webp/src/dec/
Dwebpi.h33 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member
Dio.c96 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()
Dvp8l.c510 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/
Dwebpi.h33 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member
Dio.c96 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()
Dvp8l.c510 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/
Dconvert_to_i420.cc50 uint8* tmp_u = u; in ConvertToI420() local
370 tmp_u, tmp_u_stride, in ConvertToI420()
/external/libyuv/files/source/
Dconvert.cc1747 uint8* tmp_u = u; in ConvertToI420() local
2068 tmp_u, tmp_u_stride, in ConvertToI420()