/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | rdopt.h | 73 …pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset, int recon_uvoffset, int *returnra… 80 unsigned int recon_uvoffset) in get_plane_pointers() argument 83 plane[1] = fb->u_buffer + recon_uvoffset; in get_plane_pointers() 84 plane[2] = fb->v_buffer + recon_uvoffset; in get_plane_pointers() 91 unsigned int recon_uvoffset) in get_predictor_pointers() argument 95 plane[LAST_FRAME], recon_yoffset, recon_uvoffset); in get_predictor_pointers() 99 plane[GOLDEN_FRAME], recon_yoffset, recon_uvoffset); in get_predictor_pointers() 103 plane[ALTREF_FRAME], recon_yoffset, recon_uvoffset); in get_predictor_pointers()
|
D | denoising.c | 191 int recon_uvoffset) in vp8_denoiser_denoise_mb() argument 252 filter_xd->pre.u_buffer = src->u_buffer + recon_uvoffset; in vp8_denoiser_denoise_mb() 253 filter_xd->pre.v_buffer = src->v_buffer + recon_uvoffset; in vp8_denoiser_denoise_mb() 256 filter_xd->dst.u_buffer = dst->u_buffer + recon_uvoffset; in vp8_denoiser_denoise_mb() 257 filter_xd->dst.v_buffer = dst->v_buffer + recon_uvoffset; in vp8_denoiser_denoise_mb() 294 recon_yoffset, recon_uvoffset); in vp8_denoiser_denoise_mb()
|
D | pickinter.h | 22 int recon_uvoffset, int *returnrate,
|
D | denoising.h | 44 int recon_uvoffset);
|
D | encodeframe.h | 26 int recon_yoffset, int recon_uvoffset,
|
D | encodeframe.c | 371 int recon_yoffset, recon_uvoffset; in encode_mb_row() local 409 recon_uvoffset = (mb_row * recon_uv_stride * 8); in encode_mb_row() 452 xd->dst.u_buffer = cm->yv12_fb[dst_fb_idx].u_buffer + recon_uvoffset; in encode_mb_row() 453 xd->dst.v_buffer = cm->yv12_fb[dst_fb_idx].v_buffer + recon_uvoffset; in encode_mb_row() 510 …*totalrate += vp8cx_encode_inter_macroblock(cpi, x, tp, recon_yoffset, recon_uvoffset, mb_row, mb_… in encode_mb_row() 580 recon_uvoffset += 8; in encode_mb_row() 1210 int recon_yoffset, int recon_uvoffset, in vp8cx_encode_inter_macroblock() argument 1249 vp8_rd_pick_inter_mode(cpi, x, recon_yoffset, recon_uvoffset, &rate, in vp8cx_encode_inter_macroblock() 1265 vp8_pick_inter_mode(cpi, x, recon_yoffset, recon_uvoffset, &rate, in vp8cx_encode_inter_macroblock() 1362 xd->pre.u_buffer = cpi->common.yv12_fb[ref_fb_idx].u_buffer + recon_uvoffset; in vp8cx_encode_inter_macroblock() [all …]
|
D | ethreading.c | 83 int recon_yoffset, recon_uvoffset; in thread_encoding_proc() local 110 recon_uvoffset = (mb_row * recon_uv_stride * 8); in thread_encoding_proc() 151 xd->dst.u_buffer = cm->yv12_fb[dst_fb_idx].u_buffer + recon_uvoffset; in thread_encoding_proc() 152 xd->dst.v_buffer = cm->yv12_fb[dst_fb_idx].v_buffer + recon_uvoffset; in thread_encoding_proc() 193 …talrate += vp8cx_encode_inter_macroblock(cpi, x, &tp, recon_yoffset, recon_uvoffset, mb_row, mb_co… in thread_encoding_proc() 266 recon_uvoffset += 8; in thread_encoding_proc()
|
D | firstpass.c | 514 int recon_yoffset, recon_uvoffset; in vp8_first_pass() local 588 recon_uvoffset = (mb_row * recon_uv_stride * 8); in vp8_first_pass() 605 xd->dst.u_buffer = new_yv12->u_buffer + recon_uvoffset; in vp8_first_pass() 606 xd->dst.v_buffer = new_yv12->v_buffer + recon_uvoffset; in vp8_first_pass() 692 xd->pre.u_buffer = lst_yv12->u_buffer + recon_uvoffset; in vp8_first_pass() 693 xd->pre.v_buffer = lst_yv12->v_buffer + recon_uvoffset; in vp8_first_pass() 782 recon_uvoffset += 8; in vp8_first_pass()
|
D | pickinter.c | 569 int recon_uvoffset, int *returnrate, in vp8_pick_inter_mode() argument 684 get_predictor_pointers(cpi, plane, recon_yoffset, recon_uvoffset); in vp8_pick_inter_mode() 1183 recon_yoffset, recon_uvoffset); in vp8_pick_inter_mode()
|
D | rdopt.c | 1943 int recon_uvoffset, int *returnrate, in vp8_rd_pick_inter_mode() argument 2015 get_predictor_pointers(cpi, plane, recon_yoffset, recon_uvoffset); in vp8_rd_pick_inter_mode() 2529 recon_yoffset, recon_uvoffset); in vp8_rd_pick_inter_mode()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | threading.c | 339 int recon_yoffset, recon_uvoffset; in mt_decode_mb_rows() local 357 recon_uvoffset = mb_row * recon_uv_stride * 8; in mt_decode_mb_rows() 385 xd->recon_above[1] = dst_buffer[1] + recon_uvoffset; in mt_decode_mb_rows() 386 xd->recon_above[2] = dst_buffer[2] + recon_uvoffset; in mt_decode_mb_rows() 457 xd->dst.u_buffer = dst_buffer[1] + recon_uvoffset; in mt_decode_mb_rows() 458 xd->dst.v_buffer = dst_buffer[2] + recon_uvoffset; in mt_decode_mb_rows() 461 xd->pre.u_buffer = ref_buffer[xd->mode_info_context->mbmi.ref_frame][1] + recon_uvoffset; in mt_decode_mb_rows() 462 xd->pre.v_buffer = ref_buffer[xd->mode_info_context->mbmi.ref_frame][2] + recon_uvoffset; in mt_decode_mb_rows() 576 recon_uvoffset += 8; in mt_decode_mb_rows()
|
D | decodeframe.c | 509 int recon_yoffset, recon_uvoffset; in decode_mb_rows() local 564 recon_uvoffset = mb_row * recon_uv_stride * 8; in decode_mb_rows() 576 xd->recon_above[1] = dst_buffer[1] + recon_uvoffset; in decode_mb_rows() 577 xd->recon_above[2] = dst_buffer[2] + recon_uvoffset; in decode_mb_rows() 631 xd->dst.u_buffer = dst_buffer[1] + recon_uvoffset; in decode_mb_rows() 632 xd->dst.v_buffer = dst_buffer[2] + recon_uvoffset; in decode_mb_rows() 635 … xd->pre.u_buffer = ref_buffer[xd->mode_info_context->mbmi.ref_frame][1] + recon_uvoffset; in decode_mb_rows() 636 … xd->pre.v_buffer = ref_buffer[xd->mode_info_context->mbmi.ref_frame][2] + recon_uvoffset; in decode_mb_rows() 657 recon_uvoffset += 8; in decode_mb_rows()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 482 int recon_yoffset, recon_uvoffset; in vp9_first_pass() local 572 recon_uvoffset = (mb_row * recon_uv_stride * uv_mb_height); in vp9_first_pass() 589 xd->plane[1].dst.buf = new_yv12->u_buffer + recon_uvoffset; in vp9_first_pass() 590 xd->plane[2].dst.buf = new_yv12->v_buffer + recon_uvoffset; in vp9_first_pass() 684 xd->plane[1].pre[0].buf = first_ref_buf->u_buffer + recon_uvoffset; in vp9_first_pass() 685 xd->plane[2].pre[0].buf = first_ref_buf->v_buffer + recon_uvoffset; in vp9_first_pass() 775 recon_uvoffset += uv_mb_height; in vp9_first_pass()
|