HomeSort by relevance Sort by last modified time
    Searched refs:uv_width (Results 26 - 50 of 95) sorted by null

12 3 4

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_postproc.c 254 source->uv_height, source->uv_width, ppl);
257 source->uv_height, source->uv_width, ppl);
268 const int src_widths[3] = {src->y_width, src->uv_width, src->uv_width};
288 const int src_widths[3] = {src->y_width, src->uv_width, src->uv_width};
439 dest->uv_width = dest->y_width >> cm->subsampling_x;
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 110 const int ss_x = ybf->uv_width < ybf->y_width;
115 const int c_er = c_el + ybf->uv_width - ybf->uv_crop_width;
  /external/chromium_org/third_party/libwebp/enc/
picture.c 93 const int uv_width = (width + 1) >> 1; local
95 const int uv_stride = uv_width;
120 uv_width < 0 || uv_height < 0) { // u/v param error
picture_tools.c 138 const int uv_width = (pic->width >> 1); // omit last pixel during u/v loop local
161 for (x = 0; x < uv_width; ++x) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_extend.c 71 const int uv_width_subsampling = (src->uv_width != src->y_width);
97 src->uv_width, src->uv_height,
102 src->uv_width, src->uv_height,
  /external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c 91 const int c_er = c_ext_size + ybf->uv_width - ybf->uv_crop_width;
149 vpx_memcpy(dst, src, src_ybc->uv_width);
158 vpx_memcpy(dst, src, src_ybc->uv_width);
  /external/webp/src/enc/
picture.c 93 const int uv_width = (width + 1) >> 1; local
95 const int uv_stride = uv_width;
120 uv_width < 0 || uv_height < 0) { // u/v param error
picture_tools.c 138 const int uv_width = (pic->width >> 1); // omit last pixel during u/v loop local
161 for (x = 0; x < uv_width; ++x) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_extend.c 71 const int uv_width_subsampling = (src->uv_width != src->y_width);
97 src->uv_width, src->uv_height,
102 src->uv_width, src->uv_height,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12extend.c 91 const int c_er = c_ext_size + ybf->uv_width - ybf->uv_crop_width;
149 vpx_memcpy(dst, src, src_ybc->uv_width);
158 vpx_memcpy(dst, src, src_ybc->uv_width);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 89 frame->uv_width, 1, yframe);
97 frame->uv_width, 1, yframe);
182 a->uv_height == b->uv_height && a->uv_width == b->uv_width;
428 sd->uv_width = sd->y_width >> pbi->common.subsampling_x;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.c 89 frame->uv_width, 1, yframe);
97 frame->uv_width, 1, yframe);
182 a->uv_height == b->uv_height && a->uv_width == b->uv_width;
431 sd->uv_width = sd->y_width >> pbi->common.subsampling_x;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
onyxd_if.c 130 cm->yv12_fb[ref_fb_idx].uv_width != sd->uv_width){
162 cm->yv12_fb[*ref_fb_ptr].uv_width != sd->uv_width){
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_iface_common.h 67 yv12->uv_width = img->x_chroma_shift == 1 ? (1 + yv12->y_width) / 2
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 130 cm->yv12_fb[ref_fb_idx].uv_width != sd->uv_width){
162 cm->yv12_fb[*ref_fb_ptr].uv_width != sd->uv_width){
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_if.c 130 cm->yv12_fb[ref_fb_idx].uv_width != sd->uv_width){
162 cm->yv12_fb[*ref_fb_ptr].uv_width != sd->uv_width){
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
vpx_scale_test.cc 123 ref_img_.uv_width, ref_img_.uv_height,
128 ref_img_.uv_width, ref_img_.uv_height,
  /external/chromium_org/third_party/webrtc/modules/video_capture/test/
video_capture_unittest.cc 516 int uv_width = kTestWidth / 2; local
533 memcpy(current_pointer, u_plane, uv_width);
536 u_plane += uv_width;
541 memcpy(current_pointer, v_plane, uv_width);
544 v_plane += uv_width;
  /external/webp/examples/
dwebp.c 256 const int uv_width = (width + 1) / 2; local
272 ok &= (fwrite(yuv->u + y * yuv->u_stride, uv_width, 1, fout) == 1);
273 ok &= (fwrite(yuv->v + y * yuv->v_stride, uv_width, 1, fout) == 1);
277 ok &= (fwrite(yuv->u + y * yuv->u_stride, uv_width, 1, fout) == 1);
280 ok &= (fwrite(yuv->v + y * yuv->v_stride, uv_width, 1, fout) == 1);
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 308 source->uv_height, source->uv_width, ppl);
311 source->uv_height, source->uv_width, ppl);
324 const int src_widths[4] = {src->y_width, src->uv_width, src->uv_width,
350 const int src_widths[4] = {src->y_width, src->uv_width, src->uv_width,
973 dest->uv_width = dest->y_width >> cm->subsampling_x;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_postproc.c 308 source->uv_height, source->uv_width, ppl);
311 source->uv_height, source->uv_width, ppl);
324 const int src_widths[4] = {src->y_width, src->uv_width, src->uv_width,
350 const int src_widths[4] = {src->y_width, src->uv_width, src->uv_width,
973 dest->uv_width = dest->y_width >> cm->subsampling_x;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
loopfilter.c 385 u_ptr += post_uv_stride * 8 - post->uv_width;
386 v_ptr += post_uv_stride * 8 - post->uv_width;
437 u_ptr += post_uv_stride * 8 - post->uv_width;
438 v_ptr += post_uv_stride * 8 - post->uv_width;
  /external/libvpx/libvpx/vp8/common/
loopfilter.c 385 u_ptr += post_uv_stride * 8 - post->uv_width;
386 v_ptr += post_uv_stride * 8 - post->uv_width;
437 u_ptr += post_uv_stride * 8 - post->uv_width;
438 v_ptr += post_uv_stride * 8 - post->uv_width;
  /external/libvpx/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 116 const int c_er = c_ext_size + ybf->uv_width - ybf->uv_crop_width;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
loopfilter.c 387 u_ptr += post_uv_stride * 8 - post->uv_width;
388 v_ptr += post_uv_stride * 8 - post->uv_width;
439 u_ptr += post_uv_stride * 8 - post->uv_width;
440 v_ptr += post_uv_stride * 8 - post->uv_width;

Completed in 600 milliseconds

12 3 4