/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/ |
yv12extend.c | 59 assert(ybf->y_height - ybf->y_crop_height < 16); 61 assert(ybf->y_height - ybf->y_crop_height >= 0); 67 ybf->border + ybf->y_height - ybf->y_crop_height, 73 (ybf->border + ybf->y_height - ybf->y_crop_height + 1) / 2, 79 (ybf->border + ybf->y_height - ybf->y_crop_height + 1) / 2, 93 assert(ybf->y_height - ybf->y_crop_height < 16); 95 assert(ybf->y_height - ybf->y_crop_height >= 0); 101 ext_size + ybf->y_height - ybf->y_crop_height, 136 assert(src_ybc->y_height == dst_ybc->y_height); [all...] |
vpx_scale.c | 492 int dh = (vscale - 1 + src->y_height * vratio) / vscale; 495 Scale2D((unsigned char *) src->y_buffer, src->y_stride, src->y_width, src->y_height, 503 if (dh < (int)dst->y_height) 504 for (i = dh - 1; i < (int)dst->y_height; i++) 516 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++) 528 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
vp9_iface_common.h | 20 if (yv12->uv_height == yv12->y_height) { 32 img->h = ALIGN_POWER_OF_TWO(yv12->y_height + 2 * VP9_ENC_BORDER_IN_PIXELS, 3); 36 img->y_chroma_shift = yv12->uv_height < yv12->y_height; 63 yv12->y_height = img->d_h; 67 yv12->uv_height = img->y_chroma_shift == 1 ? (1 + yv12->y_height) / 2 68 : yv12->y_height; 82 yv12->alpha_height = yv12->y_height;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
picklpf_arm.c | 28 yheight = src_ybc->y_height;
|
/external/libvpx/libvpx/vpx_scale/generic/ |
yv12extend.c | 111 assert(ybf->y_height - ybf->y_crop_height < 16); 113 assert(ybf->y_height - ybf->y_crop_height >= 0); 122 ybf->border + ybf->y_height - ybf->y_crop_height, 144 ybf->border + ybf->y_height - ybf->y_crop_height, 165 const int ss_y = ybf->uv_height < ybf->y_height; 171 assert(ybf->y_height - ybf->y_crop_height < 16); 173 assert(ybf->y_height - ybf->y_crop_height >= 0); 181 ext_size + ybf->y_height - ybf->y_crop_height, 193 ext_size + ybf->y_height - ybf->y_crop_height, 236 assert(src_ybc->y_height == dst_ybc->y_height) [all...] |
vpx_scale.c | 493 int dh = (vscale - 1 + src->y_height * vratio) / vscale; 496 Scale2D((unsigned char *) src->y_buffer, src->y_stride, src->y_width, src->y_height, 504 if (dh < (int)dst->y_height) 505 for (i = dh - 1; i < (int)dst->y_height; i++) 517 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++) 529 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_extend.c | 69 const int er_y = MAX(ALIGN_POWER_OF_TWO(src->y_height, 6) - src->y_height, 72 const int uv_height_subsampling = (src->uv_height != src->y_height); 79 const int et_a = dst->border >> (dst->alpha_height != dst->y_height); 92 src->y_width, src->y_height, 113 const int eb_y = srcy + srch != src->y_height ? 0 : 114 dst->border + dst->y_height - src->y_height;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/ |
vpx_scale_asm_offsets.c | 21 DEFINE(yv12_buffer_config_y_height, offsetof(YV12_BUFFER_CONFIG, y_height));
|
yv12config.h | 29 int y_height; member in struct:yv12_buffer_config
|
/external/libvpx/libvpx/vp8/common/ |
setupintrarecon.c | 21 for (i = 0; i < ybf->y_height; i++)
|
extend.c | 80 int eb = dst->border + dst->y_height - src->y_height; 85 src->y_height, src->y_width, 112 int eb = dst->border + dst->y_height - src->y_height; 124 if (srcy + srch != src->y_height)
|
/external/libvpx/libvpx/vp9/ |
vp9_iface_common.h | 43 img->h = ALIGN_POWER_OF_TWO(yv12->y_height + 2 * VP9_ENC_BORDER_IN_PIXELS, 3); 92 yv12->y_height = img->d_h; 96 yv12->uv_height = img->y_chroma_shift == 1 ? (1 + yv12->y_height) / 2 97 : yv12->y_height;
|
/external/libvpx/libvpx/vpx_scale/mips/dspr2/ |
yv12extend_dspr2.c | 111 const int ss_y = ybf->uv_height < ybf->y_height; 117 assert(ybf->y_height - ybf->y_crop_height < 16); 119 assert(ybf->y_height - ybf->y_crop_height >= 0); 125 ext_size + ybf->y_height - ybf->y_crop_height,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
setupintrarecon.c | 21 for (i = 0; i < ybf->y_height; i++)
|
extend.c | 80 int eb = dst->border + dst->y_height - src->y_height; 85 src->y_height, src->y_width, 112 int eb = dst->border + dst->y_height - src->y_height; 124 if (srcy + srch != src->y_height)
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_extend.c | 119 VPXMAX(src->y_height + 16, ALIGN_POWER_OF_TWO(src->y_height, 6)) - 122 const int uv_height_subsampling = (src->uv_height != src->y_height); 171 const int eb_y = srcy + srch != src->y_height ? 0 : 172 dst->border + dst->y_height - src->y_height;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/mips/dspr2/ |
yv12extend_dspr2.c | 118 assert(ybf->y_height - ybf->y_crop_height < 16); 120 assert(ybf->y_height - ybf->y_crop_height >= 0); 126 ext_size + ybf->y_height - ybf->y_crop_height,
|
/external/libvpx/libvpx/vpx_scale/ |
yv12config.h | 31 int y_height; member in struct:yv12_buffer_config
|
/external/libvpx/libvpx/vp9/common/ |
vp9_postproc.c | 395 source->y_height, source->y_width, 399 post->y_stride, post->y_height, 403 post->y_stride, post->y_height, 419 source->y_height, source->y_width, ppl); 421 vp9_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height, 424 vp9_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height, 437 source->y_height, source->y_width, ppl); 439 vp9_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height, 442 vp9_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height, 463 const int src_heights[3] = {src->y_height, src->uv_height, src->uv_height} [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_postproc.c | 298 source->y_height, source->y_width, ppl); 300 vp9_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height, 303 vp9_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height, 326 const int src_heights[4] = {src->y_height, src->uv_height, src->uv_height, 352 const int src_heights[4] = {src->y_height, src->uv_height, src->uv_height, 643 ppbuf->y_width, ppbuf->y_height, ppbuf->y_stride); 663 int mb_rows = ppbuf->y_height >> 4; 690 int mb_rows = ppbuf->y_height >> 4; 731 int height = ppbuf->y_height; 873 int height = ppbuf->y_height; [all...] |
/external/webrtc/talk/media/base/ |
fakevideorenderer.h | 121 size_t y_height = frame->GetHeight(); local 125 for (size_t i = 0; i < y_height; ++i) {
|
/external/libvpx/libvpx/vp8/encoder/ |
picklpf.c | 36 yheight = src_ybc->y_height; 68 linestocopy = (source->y_height >> 4) / PARTIAL_FRAME_FRACTION; 73 srcoffset = source->y_stride * ((dest->y_height >> 5) * 16); 74 dstoffset = dest->y_stride * ((dest->y_height >> 5) * 16);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
picklpf.c | 35 yheight = src_ybc->y_height; 67 linestocopy = (source->y_height >> 4) / PARTIAL_FRAME_FRACTION; 72 srcoffset = source->y_stride * ((dest->y_height >> 5) * 16); 73 dstoffset = dest->y_stride * ((dest->y_height >> 5) * 16);
|
/external/libvpx/libvpx/vp8/decoder/ |
onyxd_if.c | 144 if(cm->yv12_fb[ref_fb_idx].y_height != sd->y_height || 176 if(cm->yv12_fb[*ref_fb_ptr].y_height != sd->y_height || 435 sd->y_height = pbi->common.Height;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
onyxd_if.c | 127 if(cm->yv12_fb[ref_fb_idx].y_height != sd->y_height || 159 if(cm->yv12_fb[*ref_fb_ptr].y_height != sd->y_height || 443 sd->y_height = pbi->common.Height;
|