HomeSort by relevance Sort by last modified time
    Searched full:uv_crop_width (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_ssim.c 108 source->uv_crop_width, source->uv_crop_height);
112 source->uv_crop_width, source->uv_crop_height);
132 source->uv_crop_width, source->uv_crop_height);
136 source->uv_crop_width, source->uv_crop_height);
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ssim.c 108 source->uv_crop_width, source->uv_crop_height);
112 source->uv_crop_width, source->uv_crop_height);
132 source->uv_crop_width, source->uv_crop_height);
136 source->uv_crop_width, source->uv_crop_height);
vp9_onyx_if.c     [all...]
  /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);
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
vpx_scale_test.cc 42 FillPlane(img_.u_buffer, img_.uv_crop_width, img_.uv_crop_height,
44 FillPlane(img_.v_buffer, img_.uv_crop_width, img_.uv_crop_height,
122 ref_img_.uv_crop_width, ref_img_.uv_crop_height,
127 ref_img_.uv_crop_width, ref_img_.uv_crop_height,
145 for (int x = 0; x < img_.uv_crop_width; ++x) {
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
yv12extend.c 146 ybf->uv_crop_width, ybf->uv_crop_height,
149 uv_border + ybf->uv_width - ybf->uv_crop_width);
152 ybf->uv_crop_width, ybf->uv_crop_height,
155 uv_border + ybf->uv_width - ybf->uv_crop_width);
160 const int c_w = ybf->uv_crop_width;
167 const int c_er = c_el + ybf->uv_width - ybf->uv_crop_width;
yv12config.c 87 ybf->uv_crop_width = (width + 1) / 2;
237 ybf->uv_crop_width = (width + ss_x) >> ss_x;
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 108 const int c_w = ybf->uv_crop_width;
115 const int c_er = c_el + ybf->uv_width - ybf->uv_crop_width;
  /external/libvpx/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 110 const int c_w = ybf->uv_crop_width;
116 const int c_er = c_ext_size + ybf->uv_width - ybf->uv_crop_width;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 110 const int c_w = ybf->uv_crop_width;
116 const int c_er = c_ext_size + ybf->uv_width - ybf->uv_crop_width;
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
yv12config.h 37 int uv_crop_width; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 36 int uv_crop_width; member in struct:yv12_buffer_config
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
yv12config.h 36 int uv_crop_width; member in struct:yv12_buffer_config
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_iface_common.h 19 const int ss_x = yv12->uv_crop_width < yv12->y_crop_width;
  /external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c 85 const int c_w = ybf->uv_crop_width;
91 const int c_er = c_ext_size + ybf->uv_width - ybf->uv_crop_width;
yv12config.c 214 ybf->uv_crop_width = (width + ss_x) >> ss_x;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12extend.c 85 const int c_w = ybf->uv_crop_width;
91 const int c_er = c_ext_size + ybf->uv_width - ybf->uv_crop_width;
yv12config.c 249 ybf->uv_crop_width = (width + ss_x) >> ss_x;
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 292 frame_width = ref_buf->uv_crop_width;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconinter.c 292 frame_width = ref_buf->uv_crop_width;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_dx_iface.c 583 yv12->uv_crop_width = uv_w;
vp8_cx_iface.c 716 yv12->uv_crop_width = uv_w;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_reconinter.c 410 frame_width = ref_buf->uv_crop_width;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c 725 ref_frame->buf->uv_crop_width < ref_frame->buf->y_crop_width,
    [all...]

Completed in 5679 milliseconds

1 2