Home
last modified time | relevance | path

Searched refs:uv_crop_height (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.c1886 const int in_h_uv = src_fb->uv_crop_height; in scale_and_extend_frame_nonnormative()
1888 const int out_h_uv = dst_fb->uv_crop_height; in scale_and_extend_frame_nonnormative()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/mips/dspr2/
Dyv12extend_dspr2.c111 const int c_h = ybf->uv_crop_height; in extend_frame()
115 const int c_eb = c_ext_size + ybf->uv_height - ybf->uv_crop_height; in extend_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
Dyv12config.h37 int uv_crop_height; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dyv12extend.c86 const int c_h = ybf->uv_crop_height; in extend_frame()
90 const int c_eb = c_ext_size + ybf->uv_height - ybf->uv_crop_height; in extend_frame()
Dyv12config.c250 ybf->uv_crop_height = (height + ss_y) >> ss_y; in vp9_realloc_frame_buffer()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_reconinter.c293 frame_height = ref_buf->uv_crop_height; in dec_build_inter_predictors()