Searched refs:uv_h (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | iterator_enc.c | 141 const int uv_h = (h + 1) >> 1; in VP8IteratorImport() local 144 ImportBlock(usrc, pic->uv_stride, it->yuv_in_ + U_OFF_ENC, uv_w, uv_h, 8); in VP8IteratorImport() 145 ImportBlock(vsrc, pic->uv_stride, it->yuv_in_ + V_OFF_ENC, uv_w, uv_h, 8); in VP8IteratorImport() 161 ImportLine(usrc - 1, pic->uv_stride, it->u_left_, uv_h, 8); in VP8IteratorImport() 162 ImportLine(vsrc - 1, pic->uv_stride, it->v_left_, uv_h, 8); in VP8IteratorImport() 210 const int uv_h = (h + 1) >> 1; in VP8IteratorExport() local 211 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h); in VP8IteratorExport() 212 ExportBlock(vsrc, vdst, pic->uv_stride, uv_w, uv_h); in VP8IteratorExport()
|
A D | picture_csp_enc.c | 406 const int uv_h = h >> 1; in ConvertWRGBToYUV() local 420 for (best_uv = best_uv_base, j = 0; j < uv_h; ++j) { in ConvertWRGBToYUV() 450 const int uv_h = h >> 1; in PreprocessARGB() local 460 fixed_t* const best_uv_base = SAFE_ALLOC(uv_w * 3, uv_h, fixed_t); in PreprocessARGB() 461 fixed_t* const target_uv_base = SAFE_ALLOC(uv_w * 3, uv_h, fixed_t); in PreprocessARGB()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | io_dec.c | 34 const int uv_h = (mb_h + 1) / 2; in EmitYUV() local 39 for (j = 0; j < uv_h; ++j) { in EmitYUV()
|
Completed in 8 milliseconds