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/ |
D | yv12extend.c | 59 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 …]
|
D | yv12config.c | 81 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/ |
D | yv12extend_dspr2.c | 118 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/ |
D | vp9_iface_common.h | 34 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/ |
D | yv12config.h | 31 int y_crop_height; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_ssim.c | 103 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()
|
D | vp9_temporal_filter.c | 449 get_frame_new_buffer(cm)->y_crop_height, in vp9_temporal_filter_prepare()
|
D | vp9_onyx_if.c | 1882 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,
|
D | vp9_bitstream.c | 1007 cm->height == cfg->y_crop_height;
|
D | vp9_firstpass.c | 322 const int h = buf->y_crop_height; in simple_weight()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_reconinter.c | 289 frame_height = ref_buf->y_crop_height; in dec_build_inter_predictors()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 659 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/ |
D | vp8_dx_iface.c | 715 yv12->y_crop_height = img->d_h; in image2yuvconfig()
|
D | vp8_cx_iface.c | 687 yv12->y_crop_height = img->d_h; in image2yuvconfig()
|