Searched refs:idct16 (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_idct.c | 449 static void idct16(const int16_t *input, int16_t *output) { in idct16() function 622 idct16(input, outptr); in vp9_idct16x16_256_add_c() 631 idct16(temp_in, temp_out); in vp9_idct16x16_256_add_c() 810 { idct16, idct16 }, // DCT_DCT = 0 811 { iadst16, idct16 }, // ADST_DCT = 1 812 { idct16, iadst16 }, // DCT_ADST = 2 851 idct16(input, outptr); in vp9_idct16x16_10_add_c() 860 idct16(temp_in, temp_out); in vp9_idct16x16_10_add_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_idct16x16_add_neon.asm | 46 ; idct16 stage1 - stage6 on all the elements loaded in q8-q15. The output 292 ; idct16 stage1 - stage7 on all the elements loaded in q8-q15. The output 796 ; idct16 stage1 - stage6 on all the elements loaded in q8-q15. The output 924 ; idct16 stage1 - stage7 on all the elements loaded in q8-q15. The output
|