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

  /external/libaom/libaom/aom_scale/
yv12config.h 52 int crop_widths[2]; member in union:yv12_buffer_config::__anon26461
  /external/libaom/libaom/aom_scale/generic/
yv12extend.c 116 ybf->buffers[plane], ybf->strides[is_uv], ybf->crop_widths[is_uv],
119 plane_border + ybf->widths[is_uv] - ybf->crop_widths[is_uv]);
127 ybf->crop_widths[is_uv], ybf->crop_heights[is_uv],
130 plane_border + ybf->widths[is_uv] - ybf->crop_widths[is_uv]);
150 const int right = left + ybf->widths[is_uv] - ybf->crop_widths[is_uv];
152 ybf->crop_widths[is_uv], ybf->crop_heights[is_uv], top,
162 const int right = left + ybf->widths[is_uv] - ybf->crop_widths[is_uv];
164 ybf->crop_widths[is_uv], ybf->crop_heights[is_uv], top, left,
  /external/libaom/libaom/aom_dsp/
ssim.c 173 source->crop_widths[is_uv], source->crop_heights[is_uv]);
433 source->crop_widths[is_uv],
  /external/libaom/libaom/av1/common/
resize.c     [all...]
restoration.c     [all...]
reconinter.c 685 setup_pred_plane(&pd->dst, bsize, src->buffers[i], src->crop_widths[is_uv],
702 src->crop_widths[is_uv], src->crop_heights[is_uv],
    [all...]
  /external/libaom/libaom/av1/encoder/
pickrst.c 145 rsc->plane_width = src->crop_widths[is_uv];
152 assert(src->crop_widths[is_uv] == dgd->crop_widths[is_uv]);
    [all...]
encodeframe.c 463 &x->plane[i].src, bsize, src->buffers[i], src->crop_widths[is_uv],
    [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c 102 aom_memset16(base, val, buf->crop_widths[is_uv]);
105 sizeof(*base) * buf->crop_widths[is_uv]);
114 buf->crop_widths[is_uv]);
    [all...]

Completed in 257 milliseconds