/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12extend.c | 109 assert(ybf->y_height - ybf->y_crop_height < 16); in vp8_yv12_extend_frame_borders_c() 111 assert(ybf->y_height - ybf->y_crop_height >= 0); in vp8_yv12_extend_frame_borders_c() 118 ybf->border + ybf->y_height - ybf->y_crop_height, in vp8_yv12_extend_frame_borders_c() 135 ybf->border + ybf->y_height - ybf->y_crop_height, in vp8_yv12_extend_frame_borders_c() 154 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() 160 assert(ybf->y_height - ybf->y_crop_height < 16); in extend_frame() 162 assert(ybf->y_height - ybf->y_crop_height >= 0); in extend_frame() 169 ext_size + ybf->y_height - ybf->y_crop_height, in extend_frame() 180 ext_size + ybf->y_height - ybf->y_crop_height, in extend_frame() 222 assert(src_ybc->y_height == dst_ybc->y_height); in vp8_yv12_copy_frame_c() [all …]
|
D | vpx_scale.c | 481 int dh = (vscale - 1 + src->y_height * vratio) / vscale; in vpx_scale_frame() 485 src->y_height, (unsigned char *)dst->y_buffer, dst->y_stride, dw, dh, in vpx_scale_frame() 493 if (dh < (int)dst->y_height) in vpx_scale_frame() 494 for (i = dh - 1; i < (int)dst->y_height; i++) in vpx_scale_frame() 510 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++) in vpx_scale_frame() 526 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++) in vpx_scale_frame()
|
D | yv12config.c | 78 ybf->y_height = aligned_height; in vp8_yv12_realloc_frame_buffer() 219 ybf->y_height = aligned_height; in vpx_realloc_frame_buffer()
|
/external/libvpx/libvpx/vp8/common/ |
D | extend.c | 70 int eb = dst->border + dst->y_height - src->y_height; in vp8_copy_and_extend_frame() 74 dst->y_stride, src->y_height, src->y_width, et, el, eb, in vp8_copy_and_extend_frame() 96 int eb = dst->border + dst->y_height - src->y_height; in vp8_copy_and_extend_frame_with_rect() 106 if (srcy + srch != src->y_height) eb = 0; in vp8_copy_and_extend_frame_with_rect()
|
D | postproc.c | 56 vpx_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height, in vp8_de_mblock() 58 vpx_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height, in vp8_de_mblock() 289 dest->y_height = oci->Height; in vp8_post_proc_frame() 290 dest->uv_height = dest->y_height / 2; in vp8_post_proc_frame() 378 oci->post_proc_buffer.y_width, oci->post_proc_buffer.y_height, in vp8_post_proc_frame() 386 dest->y_height = oci->Height; in vp8_post_proc_frame() 387 dest->uv_height = dest->y_height / 2; in vp8_post_proc_frame()
|
D | setupintrarecon.c | 19 for (i = 0; i < ybf->y_height; ++i) { in vp8_setup_intra_recon()
|
D | vp8_loopfilter.c | 489 int mb_rows = post->y_height >> 4; in vp8_loop_filter_partial_frame() 514 y_ptr = post->y_buffer + ((post->y_height >> 5) * 16) * post->y_stride; in vp8_loop_filter_partial_frame() 515 mode_info_context = cm->mi + (post->y_height >> 5) * (mb_cols + 1); in vp8_loop_filter_partial_frame()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_postproc.c | 199 source->y_height, source->y_width, ppl); in deblock_and_de_macro_block() 202 post->y_stride, post->y_height, in deblock_and_de_macro_block() 206 post->y_stride, post->y_height, post->y_width, in deblock_and_de_macro_block() 220 vpx_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height, in deblock_and_de_macro_block() 222 vpx_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height, in deblock_and_de_macro_block() 241 const int src_heights[3] = { src->y_height, src->uv_height, in vp9_deblock() 255 const int mb_rows = src->y_height / 16; in vp9_deblock() 420 ppbuf->y_height, ppbuf->y_stride); in vp9_post_proc_frame() 427 dest->y_height = cm->height; in vp9_post_proc_frame() 429 dest->uv_height = dest->y_height >> cm->subsampling_y; in vp9_post_proc_frame()
|
D | vp9_reconintra.c | 142 frame_height = xd->cur_buf->y_height; in build_intra_predictors_high() 289 frame_height = xd->cur_buf->y_height; in build_intra_predictors()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_extend.c | 117 VPXMAX(src->y_height + 16, ALIGN_POWER_OF_TWO(src->y_height, 6)) - in vp9_copy_and_extend_frame() 120 const int uv_height_subsampling = (src->uv_height != src->y_height); in vp9_copy_and_extend_frame() 162 const int eb_y = srcy + srch != src->y_height in vp9_copy_and_extend_frame_with_rect() 164 : dst->border + dst->y_height - src->y_height; in vp9_copy_and_extend_frame_with_rect()
|
D | vp9_noise_estimate.c | 74 assert(dest->y_height == src->y_height); in copy_frame() 76 for (r = 0; r < dest->y_height; ++r) { in copy_frame()
|
D | vp9_denoiser.c | 405 assert(dest->y_height == src->y_height); in copy_frame() 407 for (r = 0; r < dest->y_height; ++r) { in copy_frame() 418 assert(dest->y_height == src->y_height); in swap_frame_buffer()
|
D | vp9_lookahead.c | 94 int mb_rows = (src->y_height + 15) >> 4; in vp9_lookahead_push() 113 larger_dimensions = width > buf->img.y_width || height > buf->img.y_height || in vp9_lookahead_push()
|
D | vp9_encoder.c | 2591 int h = s->y_height; in vp9_write_yuv_frame_420() 3478 cpi->un_scaled_source->y_height == cm->height << 2 && 3480 cpi->svc.scaled_temp.y_height == cm->height << 1) { 3492 cpi->un_scaled_source->y_height == cm->height << 1 && 3548 cpi->Last_Source->y_height != cpi->Source->y_height) 4042 cm->mi_rows * MI_SIZE != unscaled->y_height) { 4070 cm->mi_rows * MI_SIZE != unscaled->y_height) { 4073 unscaled->y_height <= (scaled->y_height << 1)) 4083 unscaled->y_height <= (scaled->y_height << 1)) 4280 src->y_height, strength); [all …]
|
/external/libvpx/libvpx/vpx_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 107 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() 113 assert(ybf->y_height - ybf->y_crop_height < 16); in extend_frame() 115 assert(ybf->y_height - ybf->y_crop_height >= 0); in extend_frame() 120 ext_size + ybf->y_height - ybf->y_crop_height, in extend_frame()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 43 img->h = ALIGN_POWER_OF_TWO(yv12->y_height + 2 * VP9_ENC_BORDER_IN_PIXELS, 3); in yuvconfig2image() 92 yv12->y_height = img->d_h; in image2yuvconfig() 97 img->y_chroma_shift == 1 ? (1 + yv12->y_height) / 2 : yv12->y_height; in image2yuvconfig()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 141 if (cm->yv12_fb[ref_fb_idx].y_height != sd->y_height || in vp8dx_get_reference() 172 if (cm->yv12_fb[*ref_fb_ptr].y_height != sd->y_height || in vp8dx_set_reference() 412 sd->y_height = pbi->common.Height; in vp8dx_get_raw_frame()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | picklpf.c | 35 yheight = src_ybc->y_height; in yv12_copy_partial_frame() 66 linestocopy = (source->y_height >> 4) / PARTIAL_FRAME_FRACTION; in calc_partial_ssl_err() 70 srcoffset = source->y_stride * ((dest->y_height >> 5) * 16); in calc_partial_ssl_err() 71 dstoffset = dest->y_stride * ((dest->y_height >> 5) * 16); in calc_partial_ssl_err()
|
D | lookahead.c | 96 int mb_rows = (src->y_height + 15) >> 4; in vp8_lookahead_push()
|
D | onyx_if.c | 1660 ((cm->Height + 15) & ~15) != cm->yv12_fb[cm->lst_fb_idx].y_height || in vp8_change_config() 2480 int h = s->y_height; in vp8_write_yuv_frame() 2834 for (i = 0; i < frame->y_height; ++i) 3036 int tot_num_blocks = (source->y_height * source->y_width) >> 8; in measure_square_diff_partial() 3044 for (i = 0; i < source->y_height; i += 16 * skip) { in measure_square_diff_partial() 3856 src += cpi->Source->y_stride * (cpi->Source->y_height - 1); in encode_frame_to_data_rate() 4815 if (sd->y_width != cpi->oxcf.Width || sd->y_height != cpi->oxcf.Height) { in vp8_receive_raw_frame() 5183 unsigned int y_height = cpi->common.Height; in vp8_get_compressed_data() local 5185 unsigned int uv_height = (y_height + 1) / 2; in vp8_get_compressed_data() 5186 int y_samples = y_height * y_width; in vp8_get_compressed_data() [all …]
|
/external/webrtc/talk/media/base/ |
D | fakevideorenderer.h | 121 size_t y_height = frame->GetHeight(); in CheckFrameColorYuv() local 125 for (size_t i = 0; i < y_height; ++i) { in CheckFrameColorYuv()
|
/external/libvpx/libvpx/vpx_scale/ |
D | yv12config.h | 31 int y_height; member
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 209 img->h = (yv12->y_height + 2 * VP8BORDERINPIXELS + 15) & ~15; in yuvconfig2image() 211 img->d_h = img->r_h = yv12->y_height; in yuvconfig2image() 491 yv12->y_height = y_h; in image2yuvconfig()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 147 return a->y_height == b->y_height && a->y_width == b->y_width && in equal_dimensions()
|
/external/libvpx/libvpx/test/ |
D | vpx_scale_test.cc | 114 ref_img_.y_crop_height, ref_img_.y_width, ref_img_.y_height, in ReferenceExtendBorder()
|