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

1 2

  /external/libvpx/libvpx/vp8/common/
setupintrarecon.c 18 memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5);
35 memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5);
extend.c 71 int er = dst->border + dst->y_width - src->y_width;
74 dst->y_stride, src->y_height, src->y_width, et, el, eb,
97 int er = dst->border + dst->y_width - src->y_width;
107 if (srcx + srcw != src->y_width) er = 0;
postproc.c 57 post->y_width, q2mbl(q));
59 post->y_width, q2mbl(q));
103 post->y_stride, source->y_width, ylimits, 16);
139 source->y_stride, source->y_width, limits, 16);
288 dest->y_width = oci->Width;
378 oci->post_proc_buffer.y_width, oci->post_proc_buffer.y_height,
385 dest->y_width = oci->Width;
vp8_loopfilter.c 339 y_ptr += post_y_stride * 16 - post->y_width;
379 y_ptr += post_y_stride * 16 - post->y_width;
473 y_ptr += post->y_stride * 16 - post->y_width;
485 int mb_cols = post->y_width >> 4;
567 y_ptr += post->y_stride * 16 - post->y_width;
  /external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c 110 assert(ybf->y_width - ybf->y_crop_width < 16);
112 assert(ybf->y_width - ybf->y_crop_width >= 0);
117 ybf->border + ybf->y_width - ybf->y_crop_width);
134 const int ss_x = ybf->uv_width < ybf->y_width;
142 assert(ybf->y_width - ybf->y_crop_width < 16);
144 assert(ybf->y_width - ybf->y_crop_width >= 0);
151 ext_size + ybf->y_width - ybf->y_crop_width);
162 ext_size + ybf->y_width - ybf->y_crop_width);
203 assert(src_ybc->y_width == dst_ybc->y_width);
    [all...]
vpx_scale.c 480 int dw = (hscale - 1 + src->y_width * hratio) / hscale;
484 Scale2D((unsigned char *)src->y_buffer, src->y_stride, src->y_width,
488 if (dw < (int)dst->y_width)
491 dst->y_buffer[i * dst->y_stride + dw - 2], dst->y_width - dw + 1);
496 dst->y_buffer + (dh - 2) * dst->y_stride, dst->y_width + 1);
yv12config.c 78 ybf->y_width = aligned_width;
223 ybf->y_width = aligned_width;
  /external/libvpx/libvpx/vpx_util/
vpx_write_yuv_frame.c 22 fwrite(src, s->y_width, 1, yuv_file);
  /external/libvpx/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 106 const int ss_x = ybf->uv_width < ybf->y_width;
114 assert(ybf->y_width - ybf->y_crop_width < 16);
116 assert(ybf->y_width - ybf->y_crop_width >= 0);
121 ext_size + ybf->y_width - ybf->y_crop_width);
  /external/libvpx/libvpx/vp9/encoder/
vp9_extend.c 114 VPXMAX(src->y_width + 16, ALIGN_POWER_OF_TWO(src->y_width, 6)) -
119 const int uv_width_subsampling = (src->uv_width != src->y_width);
165 const int er_y = srcx + srcw != src->y_width
167 : dst->border + dst->y_width - src->y_width;
vp9_noise_estimate.c 82 assert(dest->y_width == src->y_width);
86 memcpy(destbuf, srcbuf, dest->y_width);
vp9_lookahead.c 95 int mb_cols = (src->y_width + 15) >> 4;
113 larger_dimensions = width > buf->img.y_width || height > buf->img.y_height ||
vp9_denoiser.c 399 cpi->svc.number_spatial_layers, cpi->Source->y_width, cpi->lst_fb_idx,
428 assert(dest->y_width == src->y_width);
432 memcpy(destbuf, srcbuf, dest->y_width);
441 assert(dest->y_width == src->y_width);
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 199 source->y_height, source->y_width, ppl);
203 post->y_width, q2mbl(q));
206 post->y_stride, post->y_height, post->y_width,
221 post->y_width, q2mbl(q));
223 post->y_width, q2mbl(q));
240 const int src_widths[3] = { src->y_width, src->uv_width, src->uv_width };
256 const int mb_cols = src->y_width / 16;
264 dst->y_stride, src->y_width, limits, 16);
419 ppstate->clamp, ppstate->clamp, ppbuf->y_width,
426 dest->y_width = cm->width
    [all...]
vp9_reconintra.c 141 frame_width = xd->cur_buf->y_width;
288 frame_width = xd->cur_buf->y_width;
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 30 int y_width; member in struct:yv12_buffer_config
  /external/webrtc/talk/media/base/
fakevideorenderer.h 120 size_t y_width = frame->GetWidth(); local
126 for (size_t j = 0; j < y_width; ++j) {
  /external/libvpx/libvpx/test/
vp9_scale_test.cc 125 assert(ref_img_.y_width == dst_img_.y_width);
134 ref_img_.y_stride, ref_img_.y_width, ref_img_.y_height,
vpx_scale_test.h 154 ref_img_.y_crop_height, ref_img_.y_width, ref_img_.y_height,
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 91 yv12->y_width = img->d_w;
95 img->x_chroma_shift == 1 ? (1 + yv12->y_width) / 2 : yv12->y_width;
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 141 cm->yv12_fb[ref_fb_idx].y_width != sd->y_width ||
172 cm->yv12_fb[*ref_fb_ptr].y_width != sd->y_width ||
410 sd->y_width = pbi->common.Width;
threading.c 533 int lasty = yv12_fb_lst->y_width + VP8BORDERINPIXELS;
534 int lastuv = (yv12_fb_lst->y_width >> 1) + (VP8BORDERINPIXELS >> 1);
826 yv12_fb_new->y_width + 5);
828 (yv12_fb_new->y_width >> 1) + 5);
830 (yv12_fb_new->y_width >> 1) + 5);
  /external/libvpx/libvpx/vp8/encoder/
lookahead.c 97 int mb_cols = (src->y_width + 15) >> 4;
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
SurfaceTextureHelper.java 233 int y_width = (width+3) / 4;
266 GLES20.glViewport(0, 0, y_width, height);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 148 return a->y_height == b->y_height && a->y_width == b->y_width &&

Completed in 420 milliseconds

1 2