/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12extend.c | 110 assert(ybf->y_width - ybf->y_crop_width < 16); in vp8_yv12_extend_frame_borders_c() 112 assert(ybf->y_width - ybf->y_crop_width >= 0); in vp8_yv12_extend_frame_borders_c() 119 ybf->border + ybf->y_width - ybf->y_crop_width); in vp8_yv12_extend_frame_borders_c() 136 ybf->border + ybf->y_width - ybf->y_crop_width); in vp8_yv12_extend_frame_borders_c() 153 const int ss_x = ybf->uv_width < ybf->y_width; in extend_frame() 161 assert(ybf->y_width - ybf->y_crop_width < 16); in extend_frame() 163 assert(ybf->y_width - ybf->y_crop_width >= 0); in extend_frame() 170 ext_size + ybf->y_width - ybf->y_crop_width); in extend_frame() 181 ext_size + ybf->y_width - ybf->y_crop_width); in extend_frame() 221 assert(src_ybc->y_width == dst_ybc->y_width); in vp8_yv12_copy_frame_c() [all …]
|
D | vpx_scale.c | 480 int dw = (hscale - 1 + src->y_width * hratio) / hscale; in vpx_scale_frame() 484 Scale2D((unsigned char *)src->y_buffer, src->y_stride, src->y_width, in vpx_scale_frame() 488 if (dw < (int)dst->y_width) in vpx_scale_frame() 491 dst->y_buffer[i * dst->y_stride + dw - 2], dst->y_width - dw + 1); in vpx_scale_frame() 496 dst->y_buffer + (dh - 2) * dst->y_stride, dst->y_width + 1); in vpx_scale_frame()
|
D | yv12config.c | 77 ybf->y_width = aligned_width; in vp8_yv12_realloc_frame_buffer() 218 ybf->y_width = aligned_width; in vpx_realloc_frame_buffer()
|
/external/libvpx/libvpx/vp8/common/ |
D | extend.c | 71 int er = dst->border + dst->y_width - src->y_width; 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() 97 int er = dst->border + dst->y_width - src->y_width; in vp8_copy_and_extend_frame_with_rect() 107 if (srcx + srcw != src->y_width) er = 0; in vp8_copy_and_extend_frame_with_rect()
|
D | postproc.c | 57 post->y_width, q2mbl(q)); in vp8_de_mblock() 59 post->y_width, q2mbl(q)); in vp8_de_mblock() 103 post->y_stride, source->y_width, ylimits, 16); in vp8_deblock() 139 source->y_stride, source->y_width, limits, 16); in vp8_de_noise() 288 dest->y_width = oci->Width; in vp8_post_proc_frame() 378 oci->post_proc_buffer.y_width, oci->post_proc_buffer.y_height, in vp8_post_proc_frame() 385 dest->y_width = oci->Width; in vp8_post_proc_frame()
|
D | setupintrarecon.c | 18 memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5); in vp8_setup_intra_recon() 35 memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5); in vp8_setup_intra_recon_top_line()
|
D | vp8_loopfilter.c | 341 y_ptr += post_y_stride * 16 - post->y_width; in vp8_loop_filter_frame() 382 y_ptr += post_y_stride * 16 - post->y_width; in vp8_loop_filter_frame() 476 y_ptr += post->y_stride * 16 - post->y_width; in vp8_loop_filter_frame_yonly() 488 int mb_cols = post->y_width >> 4; in vp8_loop_filter_partial_frame() 570 y_ptr += post->y_stride * 16 - post->y_width; 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() 203 post->y_width, q2mbl(q)); in deblock_and_de_macro_block() 206 post->y_stride, post->y_height, post->y_width, in deblock_and_de_macro_block() 221 post->y_width, q2mbl(q)); in deblock_and_de_macro_block() 223 post->y_width, q2mbl(q)); in deblock_and_de_macro_block() 240 const int src_widths[3] = { src->y_width, src->uv_width, src->uv_width }; in vp9_deblock() 256 const int mb_cols = src->y_width / 16; in vp9_deblock() 264 dst->y_stride, src->y_width, limits, 16); in vp9_deblock() 419 ppstate->clamp, ppstate->clamp, ppbuf->y_width, in vp9_post_proc_frame() 426 dest->y_width = cm->width; in vp9_post_proc_frame() [all …]
|
D | vp9_reconintra.c | 141 frame_width = xd->cur_buf->y_width; in build_intra_predictors_high() 288 frame_width = xd->cur_buf->y_width; in build_intra_predictors()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_extend.c | 114 VPXMAX(src->y_width + 16, ALIGN_POWER_OF_TWO(src->y_width, 6)) - in vp9_copy_and_extend_frame() 119 const int uv_width_subsampling = (src->uv_width != src->y_width); in vp9_copy_and_extend_frame() 165 const int er_y = srcx + srcw != src->y_width in vp9_copy_and_extend_frame_with_rect() 167 : dst->border + dst->y_width - src->y_width; in vp9_copy_and_extend_frame_with_rect()
|
D | vp9_denoiser.c | 376 cpi->svc.number_spatial_layers, cpi->Source->y_width); in vp9_denoiser_denoise() 404 assert(dest->y_width == src->y_width); in copy_frame() 408 memcpy(destbuf, srcbuf, dest->y_width); in copy_frame() 417 assert(dest->y_width == src->y_width); in swap_frame_buffer()
|
D | vp9_noise_estimate.c | 73 assert(dest->y_width == src->y_width); in copy_frame() 77 memcpy(destbuf, srcbuf, dest->y_width); in copy_frame()
|
D | vp9_lookahead.c | 95 int mb_cols = (src->y_width + 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 | 2594 fwrite(src, s->y_width, 1, f); in vp9_write_yuv_frame_420() 2627 fwrite(src16, s->y_width, 2, yuv_rec_file); in vp9_write_yuv_rec_frame() 2653 fwrite(src, s->y_width, 1, yuv_rec_file); in vp9_write_yuv_rec_frame() 3326 vpx_calloc(cpi->un_scaled_source->y_width, 3477 cpi->un_scaled_source->y_width == cm->width << 2 && 3479 cpi->svc.scaled_temp.y_width == cm->width << 1 && 3491 cpi->un_scaled_source->y_width == cm->width << 1 && 3547 cpi->Last_Source->y_width != cpi->Source->y_width || 4041 if (cm->mi_cols * MI_SIZE != unscaled->y_width || 4069 if (cm->mi_cols * MI_SIZE != unscaled->y_width || [all …]
|
/external/libvpx/libvpx/vpx_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 106 const int ss_x = ybf->uv_width < ybf->y_width; in extend_frame() 114 assert(ybf->y_width - ybf->y_crop_width < 16); in extend_frame() 116 assert(ybf->y_width - ybf->y_crop_width >= 0); in extend_frame() 121 ext_size + ybf->y_width - ybf->y_crop_width); in extend_frame()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 91 yv12->y_width = img->d_w; in image2yuvconfig() 95 img->x_chroma_shift == 1 ? (1 + yv12->y_width) / 2 : yv12->y_width; in image2yuvconfig()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 142 cm->yv12_fb[ref_fb_idx].y_width != sd->y_width || in vp8dx_get_reference() 173 cm->yv12_fb[*ref_fb_ptr].y_width != sd->y_width || in vp8dx_set_reference() 411 sd->y_width = pbi->common.Width; in vp8dx_get_raw_frame()
|
D | threading.c | 534 int lasty = yv12_fb_lst->y_width + VP8BORDERINPIXELS; in mt_decode_mb_rows() 535 int lastuv = (yv12_fb_lst->y_width >> 1) + (VP8BORDERINPIXELS >> 1); in mt_decode_mb_rows() 842 yv12_fb_new->y_width + 5); in vp8mt_decode_mb_rows() 844 (yv12_fb_new->y_width >> 1) + 5); in vp8mt_decode_mb_rows() 846 (yv12_fb_new->y_width >> 1) + 5); in vp8mt_decode_mb_rows()
|
/external/webrtc/talk/media/base/ |
D | fakevideorenderer.h | 120 size_t y_width = frame->GetWidth(); in CheckFrameColorYuv() local 126 for (size_t j = 0; j < y_width; ++j) { in CheckFrameColorYuv()
|
/external/libvpx/libvpx/vpx_scale/ |
D | yv12config.h | 30 int y_width; member
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | SurfaceTextureHelper.java | 233 int y_width = (width+3) / 4; 266 GLES20.glViewport(0, 0, y_width, height);
|
/external/libvpx/libvpx/vp8/encoder/ |
D | lookahead.c | 97 int mb_cols = (src->y_width + 15) >> 4; in vp8_lookahead_push()
|
/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/vp8/ |
D | vp8_dx_iface.c | 210 img->d_w = img->r_w = yv12->y_width; in yuvconfig2image() 490 yv12->y_width = y_w; in image2yuvconfig()
|
/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()
|