Home
last modified time | relevance | path

Searched defs:uv_w (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Diterator_enc.c140 const int uv_w = (w + 1) >> 1; in VP8IteratorImport() local
209 const int uv_w = (w + 1) >> 1; in VP8IteratorExport() local
H A Dpicture_csp_enc.c291 UpdateChroma(const fixed_y_t* src1, const fixed_y_t* src2, fixed_t* dst, int uv_w) UpdateChroma() argument
359 const int uv_w = w >> 1; InterpolateTwoRows() local
409 const int uv_w = w >> 1; ConvertWRGBToYUV() local
453 const int uv_w = w >> 1; PreprocessARGB() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dio_dec.c33 const int uv_w = (mb_w + 1) / 2; in EmitYUV() local
70 const int uv_w = (mb_w + 1) / 2; in EmitFancyRGB() local
/third_party/ffmpeg/libavcodec/
H A Ddnxhdenc.c702 int uv_w = (y_w + 1) / 2; in dnxhd_get_blocks() local
729 int uv_w = ctx->is_444 ? y_w : (y_w + 1) / 2; in dnxhd_get_blocks() local

Completed in 7 milliseconds