Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dreconintra4x4.h24 unsigned char *above_right_dst = xd->dst.y_buffer - dst_stride + 16; in intra_prediction_down_copy() local
27 unsigned int *dst_ptr0 = (unsigned int *)(above_right_dst + 4 * dst_stride); in intra_prediction_down_copy()
28 unsigned int *dst_ptr1 = (unsigned int *)(above_right_dst + 8 * dst_stride); in intra_prediction_down_copy()
29 unsigned int *dst_ptr2 = (unsigned int *)(above_right_dst + 12 * dst_stride); in intra_prediction_down_copy()