Searched defs:tmp_v (Results 1 – 6 of 6) sorted by relevance
142 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); in WebPConvertARGBToUV_C() local158 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); in WebPConvertARGBToUV_C() local
68 uint8_t* tmp_v = tmp_u + crop_chroma_height * tmp_stride_u; in JNI_NV12Buffer_CropAndScale() local
58 uint8_t* tmp_v = dst_v; in ConvertToI420() local
50 uint8* tmp_v = v; in ConvertToI420() local
36 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member