Searched defs:dst0 (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
H A Ddequant_idct_neon.c21 unsigned char *dst0; local
44 dst0 = dst;
45 d14 = vld1_lane_s32((const int32_t *)dst0, d14, 0);
46 dst0 += stride;
47 d14 = vld1_lane_s32((const int32_t *)dst0, d14, 1);
48 dst0 += stride;
49 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 0);
50 dst0 += stride;
51 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 1);
133 dst0
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_loopfilter.c914 uint8_t* const dst0 = dst->buf; local
1013 dst->buf = dst0;
1047 uint8_t* const dst0 = dst->buf; local
1080 dst->buf = dst0;
1154 dst->buf = dst0;

Completed in 57 milliseconds