Searched refs:iadst16 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans16_dspr2.c | 914 static void iadst16(const int16_t *input, int16_t *output) { in iadst16() function 1111 iadst16(outptr, temp_out); in vp9_iht16x16_256_add_dspr2() 1128 iadst16(input, outptr); in vp9_iht16x16_256_add_dspr2() 1148 iadst16(input, outptr); in vp9_iht16x16_256_add_dspr2() 1156 iadst16(temp_in, temp_out); in vp9_iht16x16_256_add_dspr2()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 638 static void iadst16(const int16_t *input, int16_t *output) { in iadst16() function 811 { iadst16, idct16 }, // ADST_DCT = 1 812 { idct16, iadst16 }, // DCT_ADST = 2 813 { iadst16, iadst16 } // ADST_ADST = 3
|