Searched refs:coeffC (Results 1 – 3 of 3) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_custom_index.cpp | 29 CustomIndex coeffC; in test_map_as_index() local 30 coeffC[0] = 1; in test_map_as_index() 31 coeffC[1] = 2; in test_map_as_index() 32 coeffC[2] = 4; in test_map_as_index() 33 coeffC[3] = 1; in test_map_as_index() 36 VERIFY_IS_EQUAL(tensor.coeff(coeffC), tensor.coeff(coeff)); in test_map_as_index() 37 VERIFY_IS_EQUAL(tensor.coeffRef(coeffC), tensor.coeffRef(coeff)); in test_map_as_index() 51 CustomIndex coeffC(1,2,4,1); in test_matrix_as_index() local 54 VERIFY_IS_EQUAL(tensor.coeff(coeffC), tensor.coeff(coeff)); in test_matrix_as_index() 55 VERIFY_IS_EQUAL(tensor.coeffRef(coeffC), tensor.coeffRef(coeff)); in test_matrix_as_index() [all …]
|
/external/libaom/libaom/av1/encoder/x86/ |
D | encodetxb_avx2.c | 58 const __m256i coeffC = yy_loadu_256(cf + 16); in av1_txb_init_levels_avx2() local 61 const __m256i coeffCD = _mm256_packs_epi32(coeffC, coeffD); in av1_txb_init_levels_avx2() 85 const __m256i coeffC = yy_loadu_256(cf + 16); in av1_txb_init_levels_avx2() local 88 const __m256i coeffCD = _mm256_packs_epi32(coeffC, coeffD); in av1_txb_init_levels_avx2() 106 const __m256i coeffC = yy_loadu_256(cf + 16); in av1_txb_init_levels_avx2() local 109 const __m256i coeffCD = _mm256_packs_epi32(coeffC, coeffD); in av1_txb_init_levels_avx2()
|
D | encodetxb_sse4.c | 68 const __m128i coeffC = xx_loadu_128(cf + 8); in av1_txb_init_levels_sse4_1() local 71 const __m128i coeffCD = _mm_packs_epi32(coeffC, coeffD); in av1_txb_init_levels_sse4_1()
|