/external/libvpx/libvpx/vp8/encoder/ |
denoising.h | 39 int recon_yoffset,
|
pickinter.h | 17 extern void vp8_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset,
|
rdopt.h | 69 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[]);
|
encodeframe.h | 22 int recon_yoffset, int recon_uvoffset,
|
denoising.c | 189 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,
|
encodeframe.c | 270 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; [all...] |
ethreading.c | 83 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;
|
firstpass.c | 409 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); [all...] |
pickinter.c | 566 void vp8_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset, 681 get_predictor_pointers(cpi, plane, recon_yoffset, recon_uvoffset); 907 vp8_cal_sad(cpi,xd,x, recon_yoffset ,&near_sadidx[0] ); [all...] |
rdopt.c | [all...] |
/external/libvpx/libvpx/vp8/decoder/ |
threading.c | 339 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;
|
decodframe.c | 509 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; [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_firstpass.c | 355 int *best_motion_err, int recon_yoffset) { 359 xd->plane[0].pre[0].buf = recon_buffer->y_buffer + recon_yoffset; 388 int *best_motion_err, int recon_yoffset) { 433 xd->plane[0].pre[0].buf = recon_buffer->y_buffer + recon_yoffset; 490 int recon_yoffset, recon_uvoffset; local 560 recon_yoffset = (mb_row * recon_y_stride * 16); 579 xd->plane[0].dst.buf = new_yv12->y_buffer + recon_yoffset; 642 zz_motion_search(cpi, x, lst_yv12, &motion_error, recon_yoffset); 649 &motion_error, recon_yoffset); 660 lst_yv12, &tmp_err, recon_yoffset); [all...] |
vp9_encodeframe.c | 286 int recon_yoffset; local 301 recon_yoffset = (mb_row * recon_y_stride * 16); 306 xd->plane[0].dst.buf = new_yv12->y_buffer + recon_yoffset; 308 recon_yoffset += 16; [all...] |