/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/ |
yv12config.h | 37 int uv_crop_height; member in struct:yv12_buffer_config
|
/external/libvpx/libvpx/vpx_scale/generic/ |
yv12extend.c | 127 ybf->uv_crop_width, ybf->uv_crop_height, 129 uv_border + ybf->uv_height - ybf->uv_crop_height, 134 ybf->uv_crop_width, ybf->uv_crop_height, 136 uv_border + ybf->uv_height - ybf->uv_crop_height, 148 ybf->uv_crop_width, ybf->uv_crop_height, 150 uv_border + ybf->uv_height - ybf->uv_crop_height, 154 ybf->uv_crop_width, ybf->uv_crop_height, 156 uv_border + ybf->uv_height - ybf->uv_crop_height, 163 const int c_h = ybf->uv_crop_height; 168 const int c_eb = c_et + ybf->uv_height - ybf->uv_crop_height; [all...] |
yv12config.c | 85 ybf->uv_crop_height = (height + 1) / 2; 241 ybf->uv_crop_height = (height + ss_y) >> ss_y;
|
/external/libvpx/libvpx/test/ |
vpx_scale_test.cc | 41 FillPlane(img_.u_buffer, img_.uv_crop_width, img_.uv_crop_height, 43 FillPlane(img_.v_buffer, img_.uv_crop_width, img_.uv_crop_height, 121 ref_img_.uv_crop_width, ref_img_.uv_crop_height, 126 ref_img_.uv_crop_width, ref_img_.uv_crop_height, 143 for (int y = 0; y < img_.uv_crop_height; ++y) {
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_extend.c | 137 src->uv_crop_width, src->uv_crop_height, 142 src->uv_crop_width, src->uv_crop_height, 155 src->uv_crop_width, src->uv_crop_height, 160 src->uv_crop_width, src->uv_crop_height,
|
vp9_lookahead.c | 107 int uv_height = src->uv_crop_height; 120 uv_height != buf->img.uv_crop_height; 189 buf->img.uv_crop_height = src->uv_crop_height;
|
vp9_encoder.c | [all...] |
/external/libvpx/libvpx/vpx_scale/ |
yv12config.h | 39 int uv_crop_height; member in struct:yv12_buffer_config
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_ssim.c | 107 source->uv_crop_width, source->uv_crop_height); 111 source->uv_crop_width, source->uv_crop_height); 131 source->uv_crop_width, source->uv_crop_height); 135 source->uv_crop_width, source->uv_crop_height);
|
vp9_onyx_if.c | [all...] |
/external/libvpx/libvpx/vpx_dsp/ |
ssim.c | 172 source->uv_crop_width, source->uv_crop_height); 176 source->uv_crop_width, source->uv_crop_height); 197 source->uv_crop_width, source->uv_crop_height); 201 source->uv_crop_width, source->uv_crop_height); 468 source->uv_crop_width, source->uv_crop_height, bd); 472 source->uv_crop_width, source->uv_crop_height, bd); 493 source->uv_crop_width, source->uv_crop_height, bd); 497 source->uv_crop_width, source->uv_crop_height, bd);
|
psnrhvs.c | 219 source->uv_crop_height, step, csf_cb420); 223 source->uv_crop_height, step, csf_cr420);
|
fastssim.c | 460 source->uv_crop_height); 464 source->uv_crop_height);
|
/external/libvpx/libvpx/vpx_scale/mips/dspr2/ |
yv12extend_dspr2.c | 109 const int c_h = ybf->uv_crop_height; 114 const int c_eb = c_et + ybf->uv_height - ybf->uv_crop_height;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/mips/dspr2/ |
yv12extend_dspr2.c | 111 const int c_h = ybf->uv_crop_height; 115 const int c_eb = c_ext_size + ybf->uv_height - ybf->uv_crop_height;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/ |
yv12extend.c | 86 const int c_h = ybf->uv_crop_height; 90 const int c_eb = c_ext_size + ybf->uv_height - ybf->uv_crop_height;
|
yv12config.c | 250 ybf->uv_crop_height = (height + ss_y) >> ss_y;
|
/external/libvpx/libvpx/vp9/ |
vp9_iface_common.h | 99 yv12->uv_crop_height = yv12->uv_height;
|
/external/libvpx/libvpx/vp8/ |
vp8_dx_iface.c | 572 yv12->uv_crop_height = uv_h;
|
vp8_cx_iface.c | 748 yv12->uv_crop_height = uv_h; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_reconinter.c | 293 frame_height = ref_buf->uv_crop_height;
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 578 frame_height = ref_frame_buf->buf.uv_crop_height; [all...] |