/external/libvpx/libvpx/vpx_scale/generic/ |
yv12extend.c | 59 assert(ybf->y_height - ybf->y_crop_height < 16); 61 assert(ybf->y_height - ybf->y_crop_height >= 0); 65 ybf->y_crop_width, ybf->y_crop_height, 67 ybf->border + ybf->y_height - ybf->y_crop_height, 71 (ybf->y_crop_width + 1) / 2, (ybf->y_crop_height + 1) / 2, 73 (ybf->border + ybf->y_height - ybf->y_crop_height + 1) / 2, 77 (ybf->y_crop_width + 1) / 2, (ybf->y_crop_height + 1) / 2, 79 (ybf->border + ybf->y_height - ybf->y_crop_height + 1) / 2, 88 const int c_h = (ybf->y_crop_height + subsampling_y) >> subsampling_y; 91 const int c_eb = (ext_size + ybf->y_height - ybf->y_crop_height [all...] |
yv12config.c | 70 ybf->y_crop_height = height; 168 ybf->y_crop_height = height;
|
/external/libvpx/libvpx/vpx_scale/ |
yv12config.h | 29 int y_crop_height; member in struct:yv12_buffer_config
|
/external/libvpx/libvpx/vp9/ |
vp9_iface_common.h | 34 img->d_h = yv12->y_crop_height; 60 yv12->y_crop_height = img->d_h;
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_ssim.c | 109 source->y_crop_width, source->y_crop_height); 133 source->y_crop_width, source->y_crop_height);
|
vp9_temporal_filter.c | 442 cm->yv12_fb[cm->new_fb_idx].y_crop_height,
|
vp9_onyx_if.c | [all...] |
vp9_bitstream.c | [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_reconinter.c | 257 fb->y_crop_width, fb->y_crop_height,
|
/external/libvpx/libvpx/vp8/ |
vp8_dx_iface.c | 713 yv12->y_crop_height = img->d_h;
|
vp8_cx_iface.c | 685 yv12->y_crop_height = img->d_h; [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodframe.c | 565 height = cfg->y_crop_height; [all...] |