/external/libaom/libaom/third_party/libyuv/source/ |
convert_to_i420.cc | 50 uint8* tmp_v = v; local 327 tmp_v, tmp_v_stride,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
convert_to_i420.cc | 58 uint8_t* tmp_v = dst_v; local 265 tmp_v, tmp_v_stride, crop_width, abs_crop_height,
|
/external/libyuv/files/source/ |
convert_to_i420.cc | 58 uint8* tmp_v = v; local 251 tmp_u, tmp_u_stride, tmp_v, tmp_v_stride, crop_width,
|
/external/webp/src/dec/ |
webpi_dec.h | 36 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member in struct:WebPDecParams
|
/external/webp/src/dsp/ |
yuv.c | 142 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); local 145 v[i] = tmp_v; 149 v[i] = (v[i] + tmp_v + 1) >> 1; 158 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); local 161 v[i] = tmp_v; 164 v[i] = (v[i] + tmp_v + 1) >> 1;
|