Home
last modified time | relevance | path

Searched refs:y_crop_height (Results 1 – 14 of 14) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dyv12extend.c59 assert(ybf->y_height - ybf->y_crop_height < 16); in vp8_yv12_extend_frame_borders_c()
61 assert(ybf->y_height - ybf->y_crop_height >= 0); in vp8_yv12_extend_frame_borders_c()
65 ybf->y_crop_width, ybf->y_crop_height, in vp8_yv12_extend_frame_borders_c()
67 ybf->border + ybf->y_height - ybf->y_crop_height, in vp8_yv12_extend_frame_borders_c()
71 (ybf->y_crop_width + 1) / 2, (ybf->y_crop_height + 1) / 2, in vp8_yv12_extend_frame_borders_c()
73 (ybf->border + ybf->y_height - ybf->y_crop_height + 1) / 2, in vp8_yv12_extend_frame_borders_c()
77 (ybf->y_crop_width + 1) / 2, (ybf->y_crop_height + 1) / 2, in vp8_yv12_extend_frame_borders_c()
79 (ybf->border + ybf->y_height - ybf->y_crop_height + 1) / 2, in vp8_yv12_extend_frame_borders_c()
93 assert(ybf->y_height - ybf->y_crop_height < 16); in extend_frame()
95 assert(ybf->y_height - ybf->y_crop_height >= 0); in extend_frame()
[all …]
Dyv12config.c81 ybf->y_crop_height = height; in vp8_yv12_realloc_frame_buffer()
244 ybf->y_crop_height = height; in vp9_realloc_frame_buffer()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/mips/dspr2/
Dyv12extend_dspr2.c118 assert(ybf->y_height - ybf->y_crop_height < 16); in extend_frame()
120 assert(ybf->y_height - ybf->y_crop_height >= 0); in extend_frame()
124 ybf->y_crop_width, ybf->y_crop_height, in extend_frame()
126 ext_size + ybf->y_height - ybf->y_crop_height, in extend_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_iface_common.h34 img->d_h = yv12->y_crop_height; in yuvconfig2image()
61 yv12->y_crop_height = img->d_h; in image2yuvconfig()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
Dyv12config.h31 int y_crop_height; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ssim.c103 source->y_crop_width, source->y_crop_height); in vp9_calc_ssim()
127 source->y_crop_width, source->y_crop_height); in vp9_calc_ssimg()
Dvp9_temporal_filter.c449 get_frame_new_buffer(cm)->y_crop_height, in vp9_temporal_filter_prepare()
Dvp9_onyx_if.c1882 const int in_h = src_fb->y_crop_height; in scale_and_extend_frame_nonnormative()
1884 const int out_h = dst_fb->y_crop_height; in scale_and_extend_frame_nonnormative()
1918 const int in_h = src_fb->y_crop_height; in scale_and_extend_frame()
1920 const int out_h = dst_fb->y_crop_height; in scale_and_extend_frame()
2134 ref->y_crop_height != cm->height) {
3193 buf->y_crop_width, buf->y_crop_height,
Dvp9_bitstream.c1007 cm->height == cfg->y_crop_height;
Dvp9_firstpass.c322 const int h = buf->y_crop_height; in simple_weight()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_reconinter.c289 frame_height = ref_buf->y_crop_height; in dec_build_inter_predictors()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c659 height = buf->y_crop_height; in setup_frame_size_with_refs()
1113 ref_buf->buf->y_crop_height, in read_uncompressed_header()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c715 yv12->y_crop_height = img->d_h; in image2yuvconfig()
Dvp8_cx_iface.c687 yv12->y_crop_height = img->d_h; in image2yuvconfig()