Searched defs:kNumCoeffs (Results 1 – 6 of 6) sorted by relevance
37 const int kNumCoeffs = 1024; variable50 void reference_32x32_dct_2d(const int16_t input[kNumCoeffs], in reference_32x32_dct_2d()51 double output[kNumCoeffs]) { in reference_32x32_dct_2d()
35 const int kNumCoeffs = 64; variable63 void reference_8x8_dct_2d(const int16_t input[kNumCoeffs], in reference_8x8_dct_2d()64 double output[kNumCoeffs]) { in reference_8x8_dct_2d()
34 const int kNumCoeffs = 1024; variable
36 const int kNumCoeffs = 256; variable
35 const int kNumCoeffs = 1024; variable
772 const int kNumCoeffs = 24; in TYPED_TEST_P() local