Searched refs:tmp_v (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | yuv.c | 142 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); in WebPConvertARGBToUV_C() local 145 v[i] = tmp_v; in WebPConvertARGBToUV_C() 149 v[i] = (v[i] + tmp_v + 1) >> 1; in WebPConvertARGBToUV_C() 158 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); in WebPConvertARGBToUV_C() local 161 v[i] = tmp_v; in WebPConvertARGBToUV_C() 164 v[i] = (v[i] + tmp_v + 1) >> 1; in WebPConvertARGBToUV_C()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | webpi_dec.h | 36 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member
|
A D | io_dec.c | 71 const uint8_t* top_v = p->tmp_v; in EmitFancyRGB() 104 memcpy(p->tmp_v, cur_v, uv_w * sizeof(*p->tmp_v)); in EmitFancyRGB() 588 p->tmp_v = p->tmp_u + uv_width; in CustomSetup()
|
Completed in 5 milliseconds