HomeSort by relevance Sort by last modified time
    Searched refs:y_crop_width (Results 1 - 25 of 31) sorted by null

1 2

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12extend.c 60 assert(ybf->y_width - ybf->y_crop_width < 16);
62 assert(ybf->y_width - ybf->y_crop_width >= 0);
65 ybf->y_crop_width, ybf->y_crop_height,
68 ybf->border + ybf->y_width - ybf->y_crop_width);
71 (ybf->y_crop_width + 1) / 2, (ybf->y_crop_height + 1) / 2,
74 (ybf->border + ybf->y_width - ybf->y_crop_width + 1) / 2);
77 (ybf->y_crop_width + 1) / 2, (ybf->y_crop_height + 1) / 2,
80 (ybf->border + ybf->y_width - ybf->y_crop_width + 1) / 2);
94 assert(ybf->y_width - ybf->y_crop_width < 16);
96 assert(ybf->y_width - ybf->y_crop_width >= 0)
    [all...]
yv12config.c 80 ybf->y_crop_width = width;
243 ybf->y_crop_width = width;
  /external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c 112 assert(ybf->y_width - ybf->y_crop_width < 16);
114 assert(ybf->y_width - ybf->y_crop_width >= 0);
120 ybf->y_crop_width, ybf->y_crop_height,
123 ybf->border + ybf->y_width - ybf->y_crop_width);
142 ybf->y_crop_width, ybf->y_crop_height,
145 ybf->border + ybf->y_width - ybf->y_crop_width);
172 assert(ybf->y_width - ybf->y_crop_width < 16);
174 assert(ybf->y_width - ybf->y_crop_width >= 0);
179 ybf->y_crop_width, ybf->y_crop_height,
182 ext_size + ybf->y_width - ybf->y_crop_width);
    [all...]
yv12config.c 78 ybf->y_crop_width = width;
234 ybf->y_crop_width = width;
  /external/libvpx/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 118 assert(ybf->y_width - ybf->y_crop_width < 16);
120 assert(ybf->y_width - ybf->y_crop_width >= 0);
123 ybf->y_crop_width, ybf->y_crop_height,
126 ext_size + ybf->y_width - ybf->y_crop_width);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 119 assert(ybf->y_width - ybf->y_crop_width < 16);
121 assert(ybf->y_width - ybf->y_crop_width >= 0);
124 ybf->y_crop_width, ybf->y_crop_height,
127 ext_size + ybf->y_width - ybf->y_crop_width);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
yv12config.h 30 int y_crop_width; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.c 104 int width = src->y_crop_width;
117 new_dimensions = width != buf->img.y_crop_width ||
186 buf->img.y_crop_width = src->y_crop_width;
vp9_extend.c 117 src->y_crop_width;
132 src->y_crop_width, src->y_crop_height,
150 src->y_crop_width, src->y_crop_height,
vp9_temporal_filter.c 283 int mb_cols = (frames[alt_ref_index]->y_crop_width + 15) >> 4;
694 get_frame_new_buffer(cm)->y_crop_width,
696 get_frame_new_buffer(cm)->y_crop_width,
702 get_frame_new_buffer(cm)->y_crop_width,
704 get_frame_new_buffer(cm)->y_crop_width,
735 frames[0]->y_crop_width,
737 frames[0]->y_crop_width,
742 frames[0]->y_crop_width,
744 frames[0]->y_crop_width,
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 32 int y_crop_width; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 44 img->d_w = yv12->y_crop_width;
87 yv12->y_crop_width = img->d_w;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_iface_common.h 33 img->d_w = yv12->y_crop_width;
60 yv12->y_crop_width = img->d_w;
  /external/libvpx/libvpx/test/
vpx_scale_test.cc 39 FillPlane(img_.y_buffer, img_.y_crop_width, img_.y_crop_height,
116 ref_img_.y_crop_width, ref_img_.y_crop_height,
137 for (int x = 0; x < img_.y_crop_width; ++x) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ssim.c 103 source->y_crop_width, source->y_crop_height);
127 source->y_crop_width, source->y_crop_height);
vp9_temporal_filter.c 448 get_frame_new_buffer(cm)->y_crop_width,
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vpx_dsp/
ssim.c 168 source->y_crop_width, source->y_crop_height);
193 source->y_crop_width, source->y_crop_height);
464 source->y_crop_width, source->y_crop_height, bd);
489 source->y_crop_width, source->y_crop_height, bd);
psnrhvs.c 214 dest->y_stride, par, source->y_crop_width,
fastssim.c 455 dest->y_stride, source->y_crop_width,
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 567 yv12->y_crop_width = y_w;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconinter.c 288 frame_width = ref_buf->y_crop_width;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 573 frame_width = ref_frame_buf->buf.y_crop_width;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 658 width = buf->y_crop_width;
    [all...]

Completed in 1870 milliseconds

1 2