Home
last modified time | relevance | path

Searched defs:scale_coeff (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libaom/av1/common/x86/
H A Dav1_inv_txfm_avx2.c1747 const __m256i scale_coeff = _mm256_unpacklo_epi16(scale, scale__r); in iidentity_col_16xn_avx2() local
H A Dav1_inv_txfm_ssse3.c2362 const __m128i scale_coeff = _mm_unpacklo_epi16(scale, scale_rounding); in iidentity_col_8xn_ssse3() local
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTypes.h1913 float scale_coeff() const in scale_coeff() function