Searched refs:y_crop_width (Results 1 – 14 of 14) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/ |
D | yv12extend.c | 60 assert(ybf->y_width - ybf->y_crop_width < 16); in vp8_yv12_extend_frame_borders_c() 62 assert(ybf->y_width - ybf->y_crop_width >= 0); in vp8_yv12_extend_frame_borders_c() 65 ybf->y_crop_width, ybf->y_crop_height, in vp8_yv12_extend_frame_borders_c() 68 ybf->border + ybf->y_width - ybf->y_crop_width); 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() 74 (ybf->border + ybf->y_width - ybf->y_crop_width + 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() 80 (ybf->border + ybf->y_width - ybf->y_crop_width + 1) / 2); in vp8_yv12_extend_frame_borders_c() 94 assert(ybf->y_width - ybf->y_crop_width < 16); in extend_frame() 96 assert(ybf->y_width - ybf->y_crop_width >= 0); in extend_frame() [all …]
|
D | yv12config.c | 80 ybf->y_crop_width = width; in vp8_yv12_realloc_frame_buffer() 243 ybf->y_crop_width = width; in vp9_realloc_frame_buffer()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 119 assert(ybf->y_width - ybf->y_crop_width < 16); in extend_frame() 121 assert(ybf->y_width - ybf->y_crop_width >= 0); in extend_frame() 124 ybf->y_crop_width, ybf->y_crop_height, in extend_frame() 127 ext_size + ybf->y_width - ybf->y_crop_width); in extend_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_iface_common.h | 33 img->d_w = yv12->y_crop_width; in yuvconfig2image() 60 yv12->y_crop_width = img->d_w; in image2yuvconfig()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/ |
D | yv12config.h | 30 int y_crop_width; 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 | 448 get_frame_new_buffer(cm)->y_crop_width, in vp9_temporal_filter_prepare()
|
D | vp9_onyx_if.c | 1881 const int in_w = src_fb->y_crop_width; in scale_and_extend_frame_nonnormative() 1883 const int out_w = dst_fb->y_crop_width; in scale_and_extend_frame_nonnormative() 1917 const int in_w = src_fb->y_crop_width; in scale_and_extend_frame() 1919 const int out_w = dst_fb->y_crop_width; in scale_and_extend_frame() 2133 if (ref->y_crop_width != cm->width || 3193 buf->y_crop_width, buf->y_crop_height,
|
D | vp9_bitstream.c | 1006 found = cm->width == cfg->y_crop_width &&
|
D | vp9_firstpass.c | 321 const int w = buf->y_crop_width; in simple_weight()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_reconinter.c | 288 frame_width = ref_buf->y_crop_width; in dec_build_inter_predictors()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 658 width = buf->y_crop_width; in setup_frame_size_with_refs() 1112 ref_buf->buf->y_crop_width, in read_uncompressed_header()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_dx_iface.c | 714 yv12->y_crop_width = img->d_w; in image2yuvconfig()
|
D | vp8_cx_iface.c | 686 yv12->y_crop_width = img->d_w; in image2yuvconfig()
|