Home
last modified time | relevance | path

Searched defs:kNumCoeffs (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libvpx/test/
H A Ddct32x32_test.cc37 const int kNumCoeffs = 1024; variable
50 void reference_32x32_dct_2d(const int16_t input[kNumCoeffs], in reference_32x32_dct_2d()
51 double output[kNumCoeffs]) { in reference_32x32_dct_2d()
H A Dfdct8x8_test.cc35 const int kNumCoeffs = 64; variable
63 void reference_8x8_dct_2d(const int16_t input[kNumCoeffs], in reference_8x8_dct_2d()
64 double output[kNumCoeffs]) { in reference_8x8_dct_2d()
H A Dlpf_test.cc34 const int kNumCoeffs = 1024; variable
H A Ddct16x16_test.cc36 const int kNumCoeffs = 256; variable
/aosp_15_r20/external/libaom/test/
H A Dlpf_test.cc35 const int kNumCoeffs = 1024; variable
H A Dnoise_model_test.cc772 const int kNumCoeffs = 24; in TYPED_TEST_P() local