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

/external/libvpx/libvpx/vp8/encoder/
H A Ddenoising.h39 int recon_yoffset,
H A Dpickinter.h17 extern void vp8_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset,
H A Drdopt.h69 extern void vp8_rd_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset, int recon_uvoffset, int *returnrate, int *returndistortion, int *returnintra);
75 unsigned int recon_yoffset,
78 plane[0] = fb->y_buffer + recon_yoffset;
86 unsigned int recon_yoffset,
91 plane[LAST_FRAME], recon_yoffset, recon_uvoffset);
95 plane[GOLDEN_FRAME], recon_yoffset, recon_uvoffset);
99 plane[ALTREF_FRAME], recon_yoffset, recon_uvoffset);
131 void vp8_cal_sad(VP8_COMP *cpi, MACROBLOCKD *xd, MACROBLOCK *x, int recon_yoffset, int near_sadidx[]);
73 get_plane_pointers(const YV12_BUFFER_CONFIG *fb, unsigned char *plane[3], unsigned int recon_yoffset, unsigned int recon_uvoffset) argument
84 get_predictor_pointers(const VP8_COMP *cpi, unsigned char *plane[4][3], unsigned int recon_yoffset, unsigned int recon_uvoffset) argument
H A Dencodeframe.h22 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);
H A Drdopt.c1675 void vp8_cal_sad(VP8_COMP *cpi, MACROBLOCKD *xd, MACROBLOCK *x, int recon_yoffset, int near_sadidx[]) argument
1707 unsigned char *pre_y_buffer = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_buffer + recon_yoffset;
1940 void vp8_rd_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset, argument
2013 get_predictor_pointers(cpi, plane, recon_yoffset, recon_uvoffset);
2258 vp8_cal_sad(cpi,xd,x, recon_yoffset ,&near_sadidx[0] );
2527 recon_yoffset, recon_uvoffset);
/external/libvpx/libvpx/vp8/decoder/
H A Dthreading.c346 int recon_yoffset, recon_uvoffset; local
363 recon_yoffset = mb_row * recon_y_stride * 16;
391 xd->recon_above[0] = dst_buffer[0] + recon_yoffset;
463 xd->dst.y_buffer = dst_buffer[0] + recon_yoffset;
467 xd->pre.y_buffer = ref_buffer[xd->mode_info_context->mbmi.ref_frame][0] + recon_yoffset;
582 recon_yoffset += 16;
H A Ddecodframe.c516 int recon_yoffset, recon_uvoffset; local
570 recon_yoffset = mb_row * recon_y_stride * 16;
582 xd->recon_above[0] = dst_buffer[0] + recon_yoffset;
637 xd->dst.y_buffer = dst_buffer[0] + recon_yoffset;
641 xd->pre.y_buffer = ref_buffer[xd->mode_info_context->mbmi.ref_frame][0] + recon_yoffset;
663 recon_yoffset += 16;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c343 static void zz_motion_search(VP9_COMP *cpi, MACROBLOCK *x, YV12_BUFFER_CONFIG *recon_buffer, int *best_motion_err, int recon_yoffset) { argument
347 xd->plane[0].pre[0].buf = recon_buffer->y_buffer + recon_yoffset;
376 int *best_motion_err, int recon_yoffset) {
421 xd->plane[0].pre[0].buf = recon_buffer->y_buffer + recon_yoffset;
473 int recon_yoffset, recon_uvoffset; local
534 recon_yoffset = (mb_row * recon_y_stride * 16);
548 xd->plane[0].dst.buf = new_yv12->y_buffer + recon_yoffset;
597 zz_motion_search(cpi, x, lst_yv12, &motion_error, recon_yoffset);
604 &motion_error, recon_yoffset);
610 lst_yv12, &tmp_err, recon_yoffset);
373 first_pass_motion_search(VP9_COMP *cpi, MACROBLOCK *x, int_mv *ref_mv, MV *best_mv, YV12_BUFFER_CONFIG *recon_buffer, int *best_motion_err, int recon_yoffset) argument
[all...]
H A Dvp9_encodeframe.c268 int recon_yoffset; local
283 recon_yoffset = (mb_row * recon_y_stride * 16);
288 xd->plane[0].dst.buf = new_yv12->y_buffer + recon_yoffset;
290 recon_yoffset += 16;

Completed in 379 milliseconds