Home
last modified time | relevance | path

Searched refs:uv_crop_width (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ssim.c107 source->uv_crop_width, source->uv_crop_height); in vp9_calc_ssim()
111 source->uv_crop_width, source->uv_crop_height); in vp9_calc_ssim()
131 source->uv_crop_width, source->uv_crop_height); in vp9_calc_ssimg()
135 source->uv_crop_width, source->uv_crop_height); in vp9_calc_ssimg()
Dvp9_onyx_if.c1885 const int in_w_uv = src_fb->uv_crop_width; in scale_and_extend_frame_nonnormative()
1887 const int out_w_uv = dst_fb->uv_crop_width; in scale_and_extend_frame_nonnormative()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/mips/dspr2/
Dyv12extend_dspr2.c110 const int c_w = ybf->uv_crop_width; in extend_frame()
116 const int c_er = c_ext_size + ybf->uv_width - ybf->uv_crop_width; in extend_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
Dyv12config.h36 int uv_crop_width; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dyv12extend.c85 const int c_w = ybf->uv_crop_width; in extend_frame()
91 const int c_er = c_ext_size + ybf->uv_width - ybf->uv_crop_width; in extend_frame()
Dyv12config.c249 ybf->uv_crop_width = (width + ss_x) >> ss_x; in vp9_realloc_frame_buffer()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_reconinter.c292 frame_width = ref_buf->uv_crop_width; in dec_build_inter_predictors()