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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dreconintra4x4.h24 unsigned char *above_right_dst = xd->dst.y_buffer - dst_stride + 16; local
27 unsigned int *dst_ptr0 = (unsigned int *)(above_right_dst + 4 * dst_stride);
28 unsigned int *dst_ptr1 = (unsigned int *)(above_right_dst + 8 * dst_stride);
29 unsigned int *dst_ptr2 = (unsigned int *)(above_right_dst + 12 * dst_stride);

Completed in 39 milliseconds