Lines Matching refs:src_y_ptr
1494 unsigned char *src_y_ptr = *(b->base_src); in vp8_cal_sad() local
1503 src_y_ptr, b->src_stride, xd->dst.y_buffer - 16, xd->dst.y_stride); in vp8_cal_sad()
1508 src_y_ptr, b->src_stride, xd->dst.y_buffer - xd->dst.y_stride * 16, in vp8_cal_sad()
1512 src_y_ptr, b->src_stride, xd->dst.y_buffer - xd->dst.y_stride * 16, in vp8_cal_sad()
1515 src_y_ptr, b->src_stride, xd->dst.y_buffer - 16, xd->dst.y_stride); in vp8_cal_sad()
1517 src_y_ptr, b->src_stride, xd->dst.y_buffer - xd->dst.y_stride * 16 - 16, in vp8_cal_sad()
1534 src_y_ptr, b->src_stride, pre_y_buffer - pre_y_stride * 16, in vp8_cal_sad()
1539 src_y_ptr, b->src_stride, pre_y_buffer - 16, pre_y_stride); in vp8_cal_sad()
1541 near_sad[3] = cpi->fn_ptr[BLOCK_16X16].sdf(src_y_ptr, b->src_stride, in vp8_cal_sad()
1545 src_y_ptr, b->src_stride, pre_y_buffer + 16, pre_y_stride); in vp8_cal_sad()
1549 src_y_ptr, b->src_stride, pre_y_buffer + pre_y_stride * 16, in vp8_cal_sad()