Home
last modified time | relevance | path

Searched defs:uv_h (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/enc/
Diterator_enc.c141 const int uv_h = (h + 1) >> 1; in VP8IteratorImport() local
210 const int uv_h = (h + 1) >> 1; in VP8IteratorExport() local
/external/webp/sharpyuv/
Dsharpyuv.c232 const int uv_h = h >> 1; in ConvertWRGBToYUV() local
301 const int uv_h = h >> 1; in DoSharpArgbToYuv() local
/external/libyuv/files/source/
Drow_lasx.cc37 #define READYUV422_D(psrc_y, psrc_u, psrc_v, out_y, uv_l, uv_h) \ argument
351 __m256i y, uv_l, uv_h, b_l, b_h, g_l, g_h, r_l, r_h; in I422ToARGBRow_LASX() local
381 __m256i y, uv_l, uv_h, b_l, b_h, g_l, g_h, r_l, r_h; in I422ToRGBARow_LASX() local
413 __m256i y, uv_l, uv_h, b_l, b_h, g_l, g_h, r_l, r_h, a_l, a_h; in I422AlphaToARGBRow_LASX() local
458 __m256i y, uv_l, uv_h, b_l, b_h, g_l, g_h, r_l, r_h; in I422ToRGB24Row_LASX() local
503 __m256i y, uv_l, uv_h, b_l, b_h, g_l, g_h, r_l, r_h; in I422ToRGB565Row_LASX() local
556 __m256i y, uv_l, uv_h, b_l, b_h, g_l, g_h, r_l, r_h; in I422ToARGB4444Row_LASX() local
606 __m256i y, uv_l, uv_h, b_l, b_h, g_l, g_h, r_l, r_h; in I422ToARGB1555Row_LASX() local
/external/libvpx/vp8/
Dvp8_dx_iface.c538 const int uv_h = (img->d_h + 1) / 2; in image2yuvconfig() local
Dvp8_cx_iface.c748 const int uv_h = (img->d_h + 1) / 2; in image2yuvconfig() local
/external/webp/src/dec/
Dio_dec.c34 const int uv_h = (mb_h + 1) / 2; in EmitYUV() local