/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | setupintrarecon.c | 24 vpx_memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5); in vp8_setup_intra_recon() 28 vpx_memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5); in vp8_setup_intra_recon() 37 vpx_memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5); in vp8_setup_intra_recon_top_line() 38 vpx_memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5); in vp8_setup_intra_recon_top_line()
|
D | extend.c | 91 er = (dst->border >> 1) + dst->uv_width - src->uv_width; in vp8_copy_and_extend_frame() 95 src->uv_height, src->uv_width, in vp8_copy_and_extend_frame() 100 src->uv_height, src->uv_width, in vp8_copy_and_extend_frame()
|
D | loopfilter.c | 387 u_ptr += post_uv_stride * 8 - post->uv_width; in vp8_loop_filter_frame() 388 v_ptr += post_uv_stride * 8 - post->uv_width; in vp8_loop_filter_frame() 439 u_ptr += post_uv_stride * 8 - post->uv_width; in vp8_loop_filter_frame() 440 v_ptr += post_uv_stride * 8 - post->uv_width; in vp8_loop_filter_frame()
|
D | postproc.c | 374 post->uv_stride, source->uv_width, uvlimits, 8); in vp8_deblock() 378 post->uv_stride, source->uv_width, uvlimits, 8); in vp8_deblock() 417 source->uv_stride, source->uv_stride, source->uv_width, limits, 8); in vp8_de_noise() 421 source->uv_stride, source->uv_stride, source->uv_width, limits, 8); in vp8_de_noise()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/ |
D | yv12config.c | 56 int uv_width = aligned_width >> 1; in vp8_yv12_realloc_frame_buffer() local 86 ybf->uv_width = uv_width; in vp8_yv12_realloc_frame_buffer() 150 const int uv_width = aligned_width >> ss_x; in vp9_realloc_frame_buffer() local 251 ybf->uv_width = uv_width; in vp9_realloc_frame_buffer()
|
D | vpx_scale.c | 507 Scale2D((unsigned char *) src->u_buffer, src->uv_stride, src->uv_width, src->uv_height, in vpx_scale_frame() 511 if (dw / 2 < (int)dst->uv_width) in vpx_scale_frame() 513 …v_stride + dw / 2 - 1, dst->u_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1); in vpx_scale_frame() 517 …py(dst->u_buffer + i * dst->uv_stride, dst->u_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width); in vpx_scale_frame() 519 Scale2D((unsigned char *) src->v_buffer, src->uv_stride, src->uv_width, src->uv_height, in vpx_scale_frame() 523 if (dw / 2 < (int)dst->uv_width) in vpx_scale_frame() 525 …v_stride + dw / 2 - 1, dst->v_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1); in vpx_scale_frame() 529 …py(dst->v_buffer + i * dst->uv_stride, dst->v_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width); in vpx_scale_frame()
|
D | yv12extend.c | 91 const int c_er = c_ext_size + ybf->uv_width - ybf->uv_crop_width; in extend_frame() 149 vpx_memcpy(dst, src, src_ybc->uv_width); in vp8_yv12_copy_frame_c() 158 vpx_memcpy(dst, src, src_ybc->uv_width); in vp8_yv12_copy_frame_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_iface_common.h | 21 if (yv12->uv_width == yv12->y_width) { in yuvconfig2image() 35 img->x_chroma_shift = yv12->uv_width < yv12->y_width; in yuvconfig2image() 65 yv12->uv_width = img->x_chroma_shift == 1 ? (1 + yv12->y_width) / 2 in image2yuvconfig()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | ssim.c | 190 source->uv_stride, dest->uv_stride, source->uv_width, in vp8_calc_ssim() 194 source->uv_stride, dest->uv_stride, source->uv_width, in vp8_calc_ssim() 221 source->uv_stride, dest->uv_stride, source->uv_width, in vp8_calc_ssimg() 225 source->uv_stride, dest->uv_stride, source->uv_width, in vp8_calc_ssimg()
|
D | onyx_if.c | 2630 fwrite(src, s->uv_width, 1, yuv_file); in vp8_write_yuv_frame() 2640 fwrite(src, s->uv_width, 1, yuv_file); in vp8_write_yuv_frame() 3024 fwrite(frame->u_buffer + i * frame->uv_stride, frame->uv_width, 1, yframe); 3031 fwrite(frame->v_buffer + i * frame->uv_stride, frame->uv_width, 1, yframe); 5278 int uv_samples = orig->uv_height * orig->uv_width ; in vp8_get_compressed_data() 5286 recon->u_buffer, recon->uv_stride, orig->uv_width, orig->uv_height); in vp8_get_compressed_data() 5289 recon->v_buffer, recon->uv_stride, orig->uv_width, orig->uv_height); in vp8_get_compressed_data() 5313 pp->u_buffer, pp->uv_stride, orig->uv_width, orig->uv_height); in vp8_get_compressed_data() 5316 pp->v_buffer, pp->uv_stride, orig->uv_width, orig->uv_height); in vp8_get_compressed_data()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 89 frame->uv_width, 1, yframe); in write_dx_frame_to_file() 97 frame->uv_width, 1, yframe); in write_dx_frame_to_file() 182 a->uv_height == b->uv_height && a->uv_width == b->uv_width; in equal_dimensions() 431 sd->uv_width = sd->y_width >> pbi->common.subsampling_x; in vp9_get_raw_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_extend.c | 71 const int uv_width_subsampling = (src->uv_width != src->y_width); in vp9_copy_and_extend_frame() 97 src->uv_width, src->uv_height, in vp9_copy_and_extend_frame() 102 src->uv_width, src->uv_height, in vp9_copy_and_extend_frame()
|
D | vp9_onyx_if.c | 1697 const int widths[3] = {a->y_width, a->uv_width, a->uv_width }; in calc_psnr() 1823 fwrite(src, s->uv_width, 1, yuv_file); in vp9_write_yuv_frame() 1831 fwrite(src, s->uv_width, 1, yuv_file); in vp9_write_yuv_frame() 1852 fwrite(src, s->uv_width, 1, yuv_rec_file); in vp9_write_yuv_rec_frame() 1860 fwrite(src, s->uv_width, 1, yuv_rec_file); in vp9_write_yuv_rec_frame() 1991 frame->uv_width, 1, yframe); in write_cx_frame_to_file() 1999 frame->uv_width, 1, yframe); in write_cx_frame_to_file() 2908 const int subsampling_x = sd->uv_width < sd->y_width; 3336 dest->uv_width = cm->width >> cm->subsampling_x;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/ |
D | vpx_scale_asm_offsets.c | 23 DEFINE(yv12_buffer_config_uv_width, offsetof(YV12_BUFFER_CONFIG, uv_width));
|
D | yv12config.h | 34 int uv_width; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | onyxd_if.c | 130 cm->yv12_fb[ref_fb_idx].uv_width != sd->uv_width){ in vp8dx_get_reference() 162 cm->yv12_fb[*ref_fb_ptr].uv_width != sd->uv_width){ in vp8dx_set_reference()
|
D | threading.c | 779 int uv_width; in vp8mt_alloc_temp_buffers() local 794 uv_width = width >>1; in vp8mt_alloc_temp_buffers() 806 …M_ERROR(pbi->mt_uabove_row[i], vpx_memalign(16,sizeof(unsigned char) * (uv_width + VP8BORDERINPIXE… in vp8mt_alloc_temp_buffers() 810 …M_ERROR(pbi->mt_vabove_row[i], vpx_memalign(16,sizeof(unsigned char) * (uv_width + VP8BORDERINPIXE… in vp8mt_alloc_temp_buffers()
|
D | decodeframe.c | 459 plane_width = ybf->uv_width; in yv12_extend_frame_left_right_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_postproc.c | 308 source->uv_height, source->uv_width, ppl); in deblock_and_de_macro_block() 311 source->uv_height, source->uv_width, ppl); in deblock_and_de_macro_block() 324 const int src_widths[4] = {src->y_width, src->uv_width, src->uv_width, in vp9_deblock() 350 const int src_widths[4] = {src->y_width, src->uv_width, src->uv_width, in vp9_denoise() 973 dest->uv_width = dest->y_width >> cm->subsampling_x; in vp9_post_proc_frame()
|
D | vp9_reconintra.c | 344 frame_width = xd->cur_buf->uv_width; in build_intra_predictors()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 116 const int c_er = c_ext_size + ybf->uv_width - ybf->uv_crop_width; in extend_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/arm/neon/ |
D | vp8_vpxyv12_copyframe_func_neon.asm | 100 mov r5, r5, lsr #1 ;src uv_width
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_dx_iface.c | 718 yv12->uv_width = yv12->y_width / 2; in image2yuvconfig()
|
D | vp8_cx_iface.c | 690 yv12->uv_width = (1 + yv12->y_width) / 2; in image2yuvconfig()
|