Home
last modified time | relevance | path

Searched refs:enc_method (Results 1 – 2 of 2) sorted by relevance

/external/libaom/test/
Dec_test.cc52 std::unique_ptr<unsigned[]> enc_method(new (std::nothrow) unsigned[sz]); in TEST() local
53 ASSERT_NE(enc_method, nullptr); in TEST()
62 enc_method[j] = 3 + (rand() & 1); in TEST()
63 switch (enc_method[j]) { in TEST()
118 << "Encoding method: " << enc_method[j] in TEST()
/external/libopus/celt/tests/
Dtest_unit_entropy.c234 unsigned *enc_method; in main() local
240 enc_method=(unsigned *)malloc(sz*sizeof(*enc_method)); in main()
246 enc_method[j]=rand()/((RAND_MAX>>2)+1); in main()
247 switch(enc_method[j]){ in main()
312 enc_method[j],dec_method); in main()
321 free(enc_method); in main()