Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Dreconintra4x4.c307 unsigned int *dst_ptr1 = (unsigned int *)(above_right + 8 * x->block[0].dst_stride); in vp8_intra_prediction_down_copy() local
311 *dst_ptr1 = *src_ptr; in vp8_intra_prediction_down_copy()
/external/libvpx/vp8/decoder/
Dreconintra_mt.c919 unsigned int *dst_ptr1; in vp8mt_intra_prediction_down_copy() local
932dst_ptr1 = (unsigned int *)(*(x->block[0].base_dst) + x->block[0].dst + 16 + 7 * x->block[0].dst_s… in vp8mt_intra_prediction_down_copy()
935 *dst_ptr1 = *src_ptr; in vp8mt_intra_prediction_down_copy()