Searched refs:tmp_u (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 | 141 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2); in WebPConvertARGBToUV_C() local 144 u[i] = tmp_u; in WebPConvertARGBToUV_C() 148 u[i] = (u[i] + tmp_u + 1) >> 1; in WebPConvertARGBToUV_C() 157 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2); in WebPConvertARGBToUV_C() local 160 u[i] = tmp_u; in WebPConvertARGBToUV_C() 163 u[i] = (u[i] + tmp_u + 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 | 70 const uint8_t* top_u = p->tmp_u; in EmitFancyRGB() 103 memcpy(p->tmp_u, cur_u, uv_w * sizeof(*p->tmp_u)); in EmitFancyRGB() 587 p->tmp_u = p->tmp_y + io->mb_w; in CustomSetup() 588 p->tmp_v = p->tmp_u + uv_width; in CustomSetup()
|
Completed in 7 milliseconds