Searched refs:recon_yoffset (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dpickinter.h21 extern void vp8_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset,
H A Drdopt.h74 int recon_yoffset, int recon_uvoffset,
82 unsigned int recon_yoffset,
85 plane[0] = fb->y_buffer + recon_yoffset;
93 unsigned int recon_yoffset,
98 plane[LAST_FRAME], recon_yoffset, recon_uvoffset);
102 plane[GOLDEN_FRAME], recon_yoffset, recon_uvoffset);
106 plane[ALTREF_FRAME], recon_yoffset, recon_uvoffset);
138 void vp8_cal_sad(VP8_COMP *cpi, MACROBLOCKD *xd, MACROBLOCK *x, int recon_yoffset, int near_sadidx[]);
80 get_plane_pointers(const YV12_BUFFER_CONFIG *fb, unsigned char *plane[3], unsigned int recon_yoffset, unsigned int recon_uvoffset) argument
91 get_predictor_pointers(const VP8_COMP *cpi, unsigned char *plane[4][3], unsigned int recon_yoffset, unsigned int recon_uvoffset) argument
H A Dencodeframe.h26 int recon_yoffset, int recon_uvoffset,
H A Ddenoising.h104 int recon_yoffset,
H A Ddenoising.c491 int recon_yoffset,
573 filter_xd->pre.y_buffer = src->y_buffer + recon_yoffset;
577 filter_xd->dst.y_buffer = dst->y_buffer + recon_yoffset;
620 denoiser->yv12_mc_running_avg.y_buffer + recon_yoffset;
623 denoiser->yv12_running_avg[INTRA_FRAME].y_buffer + recon_yoffset;
667 denoiser->yv12_running_avg[INTRA_FRAME].y_buffer + recon_yoffset,
714 denoiser->yv12_running_avg[INTRA_FRAME].y_buffer + recon_yoffset,
726 denoiser->yv12_running_avg[INTRA_FRAME].y_buffer + recon_yoffset,
734 denoiser->yv12_running_avg[INTRA_FRAME].y_buffer + recon_yoffset,
487 vp8_denoiser_denoise_mb(VP8_DENOISER *denoiser, MACROBLOCK *x, unsigned int best_sse, unsigned int zero_mv_sse, int recon_yoffset, int recon_uvoffset, loop_filter_info_n *lfi_n, int mb_row, int mb_col, int block_index) argument
H A Dencodeframe.c270 int recon_yoffset; local
284 recon_yoffset = (mb_row * recon_y_stride * 16);
290 xd->dst.y_buffer = new_yv12->y_buffer + recon_yoffset;
292 recon_yoffset += 16;
370 int recon_yoffset, recon_uvoffset; local
407 recon_yoffset = (mb_row * recon_y_stride * 16);
450 xd->dst.y_buffer = cm->yv12_fb[dst_fb_idx].y_buffer + recon_yoffset;
509 *totalrate += vp8cx_encode_inter_macroblock(cpi, x, tp, recon_yoffset, recon_uvoffset, mb_row, mb_col);
591 recon_yoffset += 16;
1222 int recon_yoffset, in
1219 vp8cx_encode_inter_macroblock( VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t, int recon_yoffset, int recon_uvoffset, int mb_row, int mb_col ) argument
[all...]
H A Dethreading.c83 int recon_yoffset, recon_uvoffset; local
109 recon_yoffset = (mb_row * recon_y_stride * 16);
150 xd->dst.y_buffer = cm->yv12_fb[dst_fb_idx].y_buffer + recon_yoffset;
193 *totalrate += vp8cx_encode_inter_macroblock(cpi, x, &tp, recon_yoffset, recon_uvoffset, mb_row, mb_col);
280 recon_yoffset += 16;
H A Dfirstpass.c409 int * best_motion_err, int recon_yoffset)
423 raw_ptr = (unsigned char *)(raw_buffer->y_buffer + recon_yoffset
429 xd->pre.y_buffer = recon_buffer->y_buffer + recon_yoffset;
438 int *best_motion_err, int recon_yoffset )
459 xd->pre.y_buffer = recon_buffer->y_buffer + recon_yoffset;
514 int recon_yoffset, recon_uvoffset; local
587 recon_yoffset = (mb_row * recon_y_stride * 16);
604 xd->dst.y_buffer = new_yv12->y_buffer + recon_yoffset;
647 recon_yoffset );
659 &motion_error, recon_yoffset);
405 zz_motion_search( VP8_COMP *cpi, MACROBLOCK * x, YV12_BUFFER_CONFIG * raw_buffer, int * raw_motion_err, YV12_BUFFER_CONFIG * recon_buffer, int * best_motion_err, int recon_yoffset) argument
[all...]
H A Dpickinter.c569 void vp8_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset, argument
684 get_predictor_pointers(cpi, plane, recon_yoffset, recon_uvoffset);
917 vp8_cal_sad(cpi,xd,x, recon_yoffset ,&near_sadidx[0] );
1192 recon_yoffset, recon_uvoffset,
H A Drdopt.c1671 void vp8_cal_sad(VP8_COMP *cpi, MACROBLOCKD *xd, MACROBLOCK *x, int recon_yoffset, int near_sadidx[]) argument
1703 unsigned char *pre_y_buffer = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_buffer + recon_yoffset;
1936 void vp8_rd_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset, argument
2010 get_predictor_pointers(cpi, plane, recon_yoffset, recon_uvoffset);
2255 vp8_cal_sad(cpi,xd,x, recon_yoffset ,&near_sadidx[0] );
2525 recon_yoffset, recon_uvoffset,
/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.h21 extern void vp8_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset,
H A Drdopt.h73 extern void vp8_rd_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset, int recon_uvoffset, int *returnrate, int *returndistortion, int *returnintra);
79 unsigned int recon_yoffset,
82 plane[0] = fb->y_buffer + recon_yoffset;
90 unsigned int recon_yoffset,
95 plane[LAST_FRAME], recon_yoffset, recon_uvoffset);
99 plane[GOLDEN_FRAME], recon_yoffset, recon_uvoffset);
103 plane[ALTREF_FRAME], recon_yoffset, recon_uvoffset);
135 void vp8_cal_sad(VP8_COMP *cpi, MACROBLOCKD *xd, MACROBLOCK *x, int recon_yoffset, int near_sadidx[]);
77 get_plane_pointers(const YV12_BUFFER_CONFIG *fb, unsigned char *plane[3], unsigned int recon_yoffset, unsigned int recon_uvoffset) argument
88 get_predictor_pointers(const VP8_COMP *cpi, unsigned char *plane[4][3], unsigned int recon_yoffset, unsigned int recon_uvoffset) argument
H A Ddenoising.h43 int recon_yoffset,
H A Dencodeframe.h26 int recon_yoffset, int recon_uvoffset,
H A Ddenoising.c189 int recon_yoffset,
250 filter_xd->pre.y_buffer = src->y_buffer + recon_yoffset;
254 filter_xd->dst.y_buffer = dst->y_buffer + recon_yoffset;
293 recon_yoffset, recon_uvoffset);
302 denoiser->yv12_running_avg[INTRA_FRAME].y_buffer + recon_yoffset,
185 vp8_denoiser_denoise_mb(VP8_DENOISER *denoiser, MACROBLOCK *x, unsigned int best_sse, unsigned int zero_mv_sse, int recon_yoffset, int recon_uvoffset) argument
H A Dencodeframe.c270 int recon_yoffset; local
284 recon_yoffset = (mb_row * recon_y_stride * 16);
290 xd->dst.y_buffer = new_yv12->y_buffer + recon_yoffset;
292 recon_yoffset += 16;
370 int recon_yoffset, recon_uvoffset; local
407 recon_yoffset = (mb_row * recon_y_stride * 16);
450 xd->dst.y_buffer = cm->yv12_fb[dst_fb_idx].y_buffer + recon_yoffset;
509 *totalrate += vp8cx_encode_inter_macroblock(cpi, x, tp, recon_yoffset, recon_uvoffset, mb_row, mb_col);
578 recon_yoffset += 16;
1209 int recon_yoffset, in
1206 vp8cx_encode_inter_macroblock( VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t, int recon_yoffset, int recon_uvoffset, int mb_row, int mb_col ) argument
[all...]
H A Dethreading.c83 int recon_yoffset, recon_uvoffset; local
109 recon_yoffset = (mb_row * recon_y_stride * 16);
150 xd->dst.y_buffer = cm->yv12_fb[dst_fb_idx].y_buffer + recon_yoffset;
193 *totalrate += vp8cx_encode_inter_macroblock(cpi, x, &tp, recon_yoffset, recon_uvoffset, mb_row, mb_col);
265 recon_yoffset += 16;
H A Dfirstpass.c409 int * best_motion_err, int recon_yoffset)
423 raw_ptr = (unsigned char *)(raw_buffer->y_buffer + recon_yoffset
429 xd->pre.y_buffer = recon_buffer->y_buffer + recon_yoffset;
438 int *best_motion_err, int recon_yoffset )
459 xd->pre.y_buffer = recon_buffer->y_buffer + recon_yoffset;
514 int recon_yoffset, recon_uvoffset; local
587 recon_yoffset = (mb_row * recon_y_stride * 16);
604 xd->dst.y_buffer = new_yv12->y_buffer + recon_yoffset;
647 recon_yoffset );
659 &motion_error, recon_yoffset);
405 zz_motion_search( VP8_COMP *cpi, MACROBLOCK * x, YV12_BUFFER_CONFIG * raw_buffer, int * raw_motion_err, YV12_BUFFER_CONFIG * recon_buffer, int * best_motion_err, int recon_yoffset) argument
[all...]
H A Dpickinter.c566 void vp8_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset, argument
681 get_predictor_pointers(cpi, plane, recon_yoffset, recon_uvoffset);
907 vp8_cal_sad(cpi,xd,x, recon_yoffset ,&near_sadidx[0] );
1180 recon_yoffset, recon_uvoffset);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Dthreading.c339 int recon_yoffset, recon_uvoffset; local
356 recon_yoffset = mb_row * recon_y_stride * 16;
384 xd->recon_above[0] = dst_buffer[0] + recon_yoffset;
456 xd->dst.y_buffer = dst_buffer[0] + recon_yoffset;
460 xd->pre.y_buffer = ref_buffer[xd->mode_info_context->mbmi.ref_frame][0] + recon_yoffset;
575 recon_yoffset += 16;
H A Ddecodeframe.c510 int recon_yoffset, recon_uvoffset; local
564 recon_yoffset = mb_row * recon_y_stride * 16;
576 xd->recon_above[0] = dst_buffer[0] + recon_yoffset;
631 xd->dst.y_buffer = dst_buffer[0] + recon_yoffset;
637 xd->pre.y_buffer = ref_buffer[ref][0] + recon_yoffset;
665 recon_yoffset += 16;
/external/libvpx/libvpx/vp8/decoder/
H A Dthreading.c339 int recon_yoffset, recon_uvoffset; local
356 recon_yoffset = mb_row * recon_y_stride * 16;
384 xd->recon_above[0] = dst_buffer[0] + recon_yoffset;
456 xd->dst.y_buffer = dst_buffer[0] + recon_yoffset;
460 xd->pre.y_buffer = ref_buffer[xd->mode_info_context->mbmi.ref_frame][0] + recon_yoffset;
575 recon_yoffset += 16;
H A Ddecodeframe.c509 int recon_yoffset, recon_uvoffset; local
563 recon_yoffset = mb_row * recon_y_stride * 16;
575 xd->recon_above[0] = dst_buffer[0] + recon_yoffset;
630 xd->dst.y_buffer = dst_buffer[0] + recon_yoffset;
634 xd->pre.y_buffer = ref_buffer[xd->mode_info_context->mbmi.ref_frame][0] + recon_yoffset;
656 recon_yoffset += 16;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.c402 int recon_yoffset, recon_uvoffset; local
522 recon_yoffset = (mb_row * recon_y_stride * 16);
542 xd->plane[0].dst.buf = new_yv12->y_buffer + recon_yoffset;
603 xd->plane[0].pre[0].buf = first_ref_buf->y_buffer + recon_yoffset;
611 cpi->unscaled_last_source->y_buffer + recon_yoffset;
650 xd->plane[0].pre[0].buf = gld_yv12->y_buffer + recon_yoffset;
665 xd->plane[0].pre[0].buf = first_ref_buf->y_buffer + recon_yoffset;
818 recon_yoffset += 16;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c483 int recon_yoffset, recon_uvoffset; local
572 recon_yoffset = (mb_row * recon_y_stride * 16);
589 xd->plane[0].dst.buf = new_yv12->y_buffer + recon_yoffset;
634 xd->plane[0].pre[0].buf = first_ref_buf->y_buffer + recon_yoffset;
670 xd->plane[0].pre[0].buf = gld_yv12->y_buffer + recon_yoffset;
684 xd->plane[0].pre[0].buf = first_ref_buf->y_buffer + recon_yoffset;
775 recon_yoffset += 16;

Completed in 744 milliseconds

12