HomeSort by relevance Sort by last modified time
    Searched refs:NELEMENTS (Results 1 - 18 of 18) sorted by null

  /external/libaom/libaom/test/
test_vectors.cc 16 #define NELEMENTS(x) static_cast<int>(sizeof(x) / sizeof(x[0]))
256 const int kNumAV1TestVectors = NELEMENTS(kAV1TestVectors);
decode_api_test.cc 36 aom_codec_decode(NULL, buf, NELEMENTS(buf), NULL));
38 aom_codec_decode(NULL, NULL, NELEMENTS(buf), NULL));
42 for (int i = 0; i < NELEMENTS(kCodecs); ++i) {
48 aom_codec_decode(&dec, NULL, NELEMENTS(buf), NULL));
av1_inv_txfm1d_test.cc 76 ASSERT_EQ(NELEMENTS(max_error), TX_SIZES);
77 ASSERT_EQ(NELEMENTS(inv_txfm_func_ls), TX_SIZES);
121 for (int si = 0; si < NELEMENTS(fwd_txfm_func_ls); ++si) {
137 ASSERT_LE(txfm_size, NELEMENTS(input));
encode_perf_test.cc 126 for (size_t i = 0; i < NELEMENTS(kAV1EncodePerfTestVectors); ++i) {
127 for (size_t j = 0; j < NELEMENTS(kEncodePerfTestSpeeds); ++j) {
128 for (size_t k = 0; k < NELEMENTS(kEncodePerfTestThreads); ++k) {
av1_inv_txfm2d_test.cc 67 ASSERT_LE(txfm2d_size, NELEMENTS(input));
79 ASSERT_LE(txfm2d_size, NELEMENTS(expected));
83 ASSERT_LE(txfm2d_size, NELEMENTS(ref_input));
88 ASSERT_LE(txfm2d_size, NELEMENTS(ref_coeffs));
93 ASSERT_LE(txfm2d_size, NELEMENTS(ref_coeffs_int));
106 ASSERT_LE(txfm2d_size, NELEMENTS(coeffs));
110 ASSERT_LE(txfm2d_size, NELEMENTS(actual));
encode_api_test.cc 46 for (int i = 0; i < NELEMENTS(kCodecs); ++i) {
coding_path_sync.cc 61 format_ = fmts[rnd_.PseudoUniform(NELEMENTS(fmts))];
  /external/libvpx/libvpx/test/
test_vectors.cc 15 #define NELEMENTS(x) static_cast<int>(sizeof(x) / sizeof(x[0]))
51 const int kNumVP8TestVectors = NELEMENTS(kVP8TestVectors);
378 const int kNumVP9TestVectors = NELEMENTS(kVP9TestVectors);
379 const int kNumVP9TestVectorsSvc = NELEMENTS(kVP9TestVectorsSvc);
381 const int kNumVP9TestVectorsResize = NELEMENTS(kVP9TestVectorsResize);
decode_api_test.cc 20 #define NELEMENTS(x) static_cast<int>(sizeof(x) / sizeof(x[0]))
39 vpx_codec_decode(NULL, buf, NELEMENTS(buf), NULL, 0));
41 vpx_codec_decode(NULL, NULL, NELEMENTS(buf), NULL, 0));
45 for (int i = 0; i < NELEMENTS(kCodecs); ++i) {
51 vpx_codec_decode(&dec, buf, NELEMENTS(buf), NULL, 0));
53 vpx_codec_decode(&dec, NULL, NELEMENTS(buf), NULL, 0));
84 for (int i = 0; i < NELEMENTS(kControls); ++i) {
encode_perf_test.cc 54 #define NELEMENTS(x) (sizeof((x)) / sizeof((x)[0]))
125 for (size_t i = 0; i < NELEMENTS(kVP9EncodePerfTestVectors); ++i) {
126 for (size_t j = 0; j < NELEMENTS(kEncodePerfTestSpeeds); ++j) {
127 for (size_t k = 0; k < NELEMENTS(kEncodePerfTestThreads); ++k) {
encode_api_test.cc 19 #define NELEMENTS(x) static_cast<int>(sizeof(x) / sizeof(x[0]))
48 for (int i = 0; i < NELEMENTS(kCodecs); ++i) {
129 for (int c = 0; c < NELEMENTS(kCodecs); ++c) {
  /external/libaom/libaom/aom/
aom_integer.h 75 #define NELEMENTS(x) (int)(sizeof(x) / sizeof(x[0]))
  /external/libaom/libaom/av1/common/
blockd.h 103 assert(NELEMENTS(lut) == MB_MODE_COUNT);
136 assert(NELEMENTS(lut) == MB_MODE_COUNT);
326 assert(NELEMENTS(lut) == TOTAL_UNIDIR_COMP_REFS);
342 assert(NELEMENTS(lut) == TOTAL_UNIDIR_COMP_REFS);
    [all...]
reconintra.c 463 assert(NELEMENTS(mode_to_angle_map) == INTRA_MODES);
    [all...]
av1_loopfilter.c 497 assert(MB_MODE_COUNT == NELEMENTS(mode_lf_lut));
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 41 #define NELEMENTS(x) ((int)(sizeof(x) / sizeof(x[0])))
  /external/libvpx/libvpx/
vpxenc.c     [all...]
  /external/libaom/libaom/apps/
aomenc.c     [all...]

Completed in 675 milliseconds