Searched defs:tmp_u (Results 1 – 6 of 6) sorted by relevance
141 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2); in WebPConvertARGBToUV_C() local157 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2); in WebPConvertARGBToUV_C() local
67 uint8_t* tmp_u = tmp_buffer.data(); in JNI_NV12Buffer_CropAndScale() local
57 uint8_t* tmp_u = dst_u; in ConvertToI420() local
49 uint8* tmp_u = u; in ConvertToI420() local
36 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member