Home | History | Annotate | Download | only in encoder

Lines Matching refs:recon_yoffset

1669 void vp8_cal_sad(VP8_COMP *cpi, MACROBLOCKD *xd, MACROBLOCK *x, int recon_yoffset, int near_sadidx[])
1696 unsigned char *pre_y_buffer = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_buffer + recon_yoffset;
1725 int vp8_rd_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset, int recon_uvoffset, int *returnrate, int *returndistortion, int *returnintra)
1784 y_buffer[LAST_FRAME] = lst_yv12->y_buffer + recon_yoffset;
1798 y_buffer[GOLDEN_FRAME] = gld_yv12->y_buffer + recon_yoffset;
1812 y_buffer[ALTREF_FRAME] = alt_yv12->y_buffer + recon_yoffset;
1912 vp8_cal_sad(cpi,xd,x, recon_yoffset ,&near_sadidx[0] );