Home
last modified time | relevance | path

Searched refs:pre_y_stride (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Drdopt.c1525 int pre_y_stride = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_stride; in vp8_cal_sad() local
1534 src_y_ptr, b->src_stride, pre_y_buffer - pre_y_stride * 16, in vp8_cal_sad()
1535 pre_y_stride); in vp8_cal_sad()
1539 src_y_ptr, b->src_stride, pre_y_buffer - 16, pre_y_stride); in vp8_cal_sad()
1542 pre_y_buffer, pre_y_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()
1550 pre_y_stride); in vp8_cal_sad()