Lines Matching refs:RESTRICT
109 static void FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11(const SHORT *RESTRICT values, in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11()
185 static void FDKaacEnc_count3_4_5_6_7_8_9_10_11(const SHORT *RESTRICT values, in FDKaacEnc_count3_4_5_6_7_8_9_10_11()
256 static void FDKaacEnc_count5_6_7_8_9_10_11(const SHORT *RESTRICT values, in FDKaacEnc_count5_6_7_8_9_10_11()
311 static void FDKaacEnc_count7_8_9_10_11(const SHORT *RESTRICT values, in FDKaacEnc_count7_8_9_10_11()
361 static void FDKaacEnc_count9_10_11(const SHORT *RESTRICT values, in FDKaacEnc_count9_10_11()
408 static void FDKaacEnc_count11(const SHORT *RESTRICT values, in FDKaacEnc_count11()
449 static void FDKaacEnc_countEsc(const SHORT *RESTRICT values, in FDKaacEnc_countEsc()
451 INT *RESTRICT bitCount) in FDKaacEnc_countEsc()
491 typedef void (*COUNT_FUNCTION)(const SHORT *RESTRICT values,
493 INT *RESTRICT bitCount);
545 INT FDKaacEnc_countValues(SHORT *RESTRICT values, INT width, INT codeBook) in FDKaacEnc_countValues()
779 INT FDKaacEnc_codeValues(SHORT *RESTRICT values, INT width, INT codeBook, HANDLE_FDK_BITSTREAM hBi… in FDKaacEnc_codeValues()