HomeSort by relevance Sort by last modified time
    Searched refs:uv_h (Results 1 - 9 of 9) sorted by null

  /external/webp/src/enc/
picture_psnr.c 114 int has_alpha, uv_w, uv_h; local
127 uv_h = (src->height + 1) >> 1;
132 uv_w, uv_h, &stats[1]);
134 uv_w, uv_h, &stats[2]);
145 uv_w, uv_h, &stats[1]);
148 uv_w, uv_h, &stats[2]);
iterator.c 137 const int uv_h = (h + 1) >> 1; local
140 ImportBlock(usrc, pic->uv_stride, it->yuv_in_ + U_OFF_ENC, uv_w, uv_h, 8);
141 ImportBlock(vsrc, pic->uv_stride, it->yuv_in_ + V_OFF_ENC, uv_w, uv_h, 8);
157 ImportLine(usrc - 1, pic->uv_stride, it->u_left_, uv_h, 8);
158 ImportLine(vsrc - 1, pic->uv_stride, it->v_left_, uv_h, 8);
206 const int uv_h = (h + 1) >> 1; local
207 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h);
208 ExportBlock(vsrc, vdst, pic->uv_stride, uv_w, uv_h);
picture_csp.c 391 const int uv_h = h >> 1; local
403 for (j = 0; j < uv_h; ++j) {
432 const int uv_h = h >> 1; local
441 fixed_t* const best_uv = SAFE_ALLOC(uv_w * 3, uv_h, fixed_t);
442 fixed_t* const target_uv = SAFE_ALLOC(uv_w * 3, uv_h, fixed_t);
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
iterator.c 127 const int uv_h = (h + 1) >> 1; local
128 ImportBlock(usrc, pic->uv_stride, udst, uv_w, uv_h, 8);
129 ImportBlock(vsrc, pic->uv_stride, vdst, uv_w, uv_h, 8);
167 const int uv_h = (h + 1) >> 1; local
168 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h);
169 ExportBlock(vsrc, vdst, pic->uv_stride, uv_w, uv_h);
picture.c 966 int uv_w, uv_h; local
990 uv_h = HALVE(src->height);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 561 const int uv_h = (img->d_h + 1) / 2; local
572 yv12->uv_crop_height = uv_h;
574 yv12->uv_height = uv_h;
vp8_cx_iface.c 737 const int uv_h = (img->d_h + 1) / 2; local
748 yv12->uv_crop_height = uv_h;
750 yv12->uv_height = uv_h;
    [all...]
  /external/opencv3/3rdparty/libwebp/dec/
io.c 37 const int uv_h = (mb_h + 1) / 2; local
42 for (j = 0; j < uv_h; ++j) {
  /external/webp/src/dec/
io.c 34 const int uv_h = (mb_h + 1) / 2; local
39 for (j = 0; j < uv_h; ++j) {

Completed in 236 milliseconds