Searched refs:src_y_ptr (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | rdopt.c | 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() [all …]
|
/external/libvpx/vp9/encoder/ |
D | vp9_rd.c | 597 uint8_t *src_y_ptr = x->plane[0].src.buf; in vp9_mv_pred() local 626 this_sad = cpi->fn_ptr[block_size].sdf(src_y_ptr, x->plane[0].src.stride, in vp9_mv_pred()
|
/external/libaom/av1/encoder/ |
D | rd.c | 1157 const uint8_t *const src_y_ptr = x->plane[0].src.buf; in av1_mv_pred() local 1177 src_y_ptr, x->plane[0].src.stride, ref_y_ptr, ref_y_stride); in av1_mv_pred()
|
/external/libaom/third_party/libyuv/source/ |
D | row_gcc.cc | 6929 uint8_t* src_y_ptr; in NV21ToYUV24Row_AVX2() local 6934 src_y_ptr = (uint8_t*)src_y; in NV21ToYUV24Row_AVX2()
|