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

  /external/webp/src/enc/
iterator_enc.c 134 const int uv_h = (h + 1) >> 1; local
137 ImportBlock(usrc, pic->uv_stride, it->yuv_in_ + U_OFF_ENC, uv_w, uv_h, 8);
138 ImportBlock(vsrc, pic->uv_stride, it->yuv_in_ + V_OFF_ENC, uv_w, uv_h, 8);
154 ImportLine(usrc - 1, pic->uv_stride, it->u_left_, uv_h, 8);
155 ImportLine(vsrc - 1, pic->uv_stride, it->v_left_, uv_h, 8);
203 const int uv_h = (h + 1) >> 1; local
204 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h);
205 ExportBlock(vsrc, vdst, pic->uv_stride, uv_w, uv_h);
picture_csp_enc.c 399 const int uv_h = h >> 1; local
413 for (best_uv = best_uv_base, j = 0; j < uv_h; ++j) {
443 const int uv_h = h >> 1; local
453 fixed_t* const best_uv_base = SAFE_ALLOC(uv_w * 3, uv_h, fixed_t);
454 fixed_t* const target_uv_base = SAFE_ALLOC(uv_w * 3, uv_h, fixed_t);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 482 const int uv_h = (img->d_h + 1) / 2; local
493 yv12->uv_crop_height = uv_h;
495 yv12->uv_height = uv_h;
vp8_cx_iface.c 690 const int uv_h = (img->d_h + 1) / 2; local
701 yv12->uv_crop_height = uv_h;
703 yv12->uv_height = uv_h;
    [all...]
  /external/webp/src/dec/
io_dec.c 34 const int uv_h = (mb_h + 1) / 2; local
39 for (j = 0; j < uv_h; ++j) {

Completed in 266 milliseconds