Searched refs:mb_dqcoeff (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | iwalsh_neon.c | 15 int16_t *mb_dqcoeff) { in vp8_short_inv_walsh4x4_neon() argument 66 vst1_lane_s16(mb_dqcoeff, vget_low_s16(q0s16), 0); in vp8_short_inv_walsh4x4_neon() 67 mb_dqcoeff += 16; in vp8_short_inv_walsh4x4_neon() 68 vst1_lane_s16(mb_dqcoeff, vget_high_s16(q0s16), 0); in vp8_short_inv_walsh4x4_neon() 69 mb_dqcoeff += 16; in vp8_short_inv_walsh4x4_neon() 70 vst1_lane_s16(mb_dqcoeff, vget_low_s16(q1s16), 0); in vp8_short_inv_walsh4x4_neon() 71 mb_dqcoeff += 16; in vp8_short_inv_walsh4x4_neon() 72 vst1_lane_s16(mb_dqcoeff, vget_high_s16(q1s16), 0); in vp8_short_inv_walsh4x4_neon() 73 mb_dqcoeff += 16; in vp8_short_inv_walsh4x4_neon() 75 vst1_lane_s16(mb_dqcoeff, vget_low_s16(q0s16), 1); in vp8_short_inv_walsh4x4_neon() [all …]
|
/external/libvpx/libvpx/vp8/common/ |
D | idctllm.c | 140 void vp8_short_inv_walsh4x4_c(short *input, short *mb_dqcoeff) in vp8_short_inv_walsh4x4_c() argument 190 mb_dqcoeff[i * 16] = output[i]; in vp8_short_inv_walsh4x4_c() 194 void vp8_short_inv_walsh4x4_1_c(short *input, short *mb_dqcoeff) in vp8_short_inv_walsh4x4_1_c() argument 202 mb_dqcoeff[i * 16] = a1; in vp8_short_inv_walsh4x4_1_c()
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | idctllm_dspr2.c | 281 void vp8_short_inv_walsh4x4_dspr2(short *input, short *mb_dqcoeff) in vp8_short_inv_walsh4x4_dspr2() argument 336 mb_dqcoeff[i * 16] = output[i]; in vp8_short_inv_walsh4x4_dspr2() 340 void vp8_short_inv_walsh4x4_1_dspr2(short *input, short *mb_dqcoeff) in vp8_short_inv_walsh4x4_1_dspr2() argument 365 : [a1] "r" (a1), [mb_dqcoeff] "r" (mb_dqcoeff) in vp8_short_inv_walsh4x4_1_dspr2()
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
D | iwalsh_v6.asm | 19 ;short vp8_short_inv_walsh4x4_v6(short *input, short *mb_dqcoeff)
|