Home
last modified time | relevance | path

Searched defs:adjusted_tx_height (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libgav1/src/dsp/arm/
H A Dinverse_transform_10bit_neon.cc193 LIBGAV1_ALWAYS_INLINE bool DctDcOnly(void* dest, int adjusted_tx_height, in DctDcOnly()
221 LIBGAV1_ALWAYS_INLINE bool DctDcOnlyColumn(void* dest, int adjusted_tx_height, in DctDcOnlyColumn()
1004 LIBGAV1_ALWAYS_INLINE bool Adst4DcOnly(void* dest, int adjusted_tx_height, in Adst4DcOnly()
1035 LIBGAV1_ALWAYS_INLINE bool Adst4DcOnlyColumn(void* dest, int adjusted_tx_height, in Adst4DcOnlyColumn()
1148 LIBGAV1_ALWAYS_INLINE bool Adst8DcOnly(void* dest, int adjusted_tx_height, in Adst8DcOnly()
1202 LIBGAV1_ALWAYS_INLINE bool Adst8DcOnlyColumn(void* dest, int adjusted_tx_height, in Adst8DcOnlyColumn()
1442 LIBGAV1_ALWAYS_INLINE bool Adst16DcOnly(void* dest, int adjusted_tx_height, in Adst16DcOnly()
1468 int adjusted_tx_height, in Adst16DcOnlyColumn()
1510 LIBGAV1_ALWAYS_INLINE bool Identity4DcOnly(void* dest, int adjusted_tx_height, in Identity4DcOnly()
1730 LIBGAV1_ALWAYS_INLINE bool Identity8DcOnly(void* dest, int adjusted_tx_height, in Identity8DcOnly()
[all …]
H A Dinverse_transform_neon.cc460 LIBGAV1_ALWAYS_INLINE bool DctDcOnly(void* dest, int adjusted_tx_height, in DctDcOnly()
487 LIBGAV1_ALWAYS_INLINE bool DctDcOnlyColumn(void* dest, int adjusted_tx_height, in DctDcOnlyColumn()
1241 LIBGAV1_ALWAYS_INLINE bool Adst4DcOnly(void* dest, int adjusted_tx_height, in Adst4DcOnly()
1270 LIBGAV1_ALWAYS_INLINE bool Adst4DcOnlyColumn(void* dest, int adjusted_tx_height, in Adst4DcOnlyColumn()
1392 LIBGAV1_ALWAYS_INLINE bool Adst8DcOnly(void* dest, int adjusted_tx_height, in Adst8DcOnly()
1446 LIBGAV1_ALWAYS_INLINE bool Adst8DcOnlyColumn(void* dest, int adjusted_tx_height, in Adst8DcOnlyColumn()
1711 LIBGAV1_ALWAYS_INLINE bool Adst16DcOnly(void* dest, int adjusted_tx_height, in Adst16DcOnly()
1738 int adjusted_tx_height, in Adst16DcOnlyColumn()
1797 LIBGAV1_ALWAYS_INLINE bool Identity4DcOnly(void* dest, int adjusted_tx_height, in Identity4DcOnly()
1981 LIBGAV1_ALWAYS_INLINE bool Identity8DcOnly(void* dest, int adjusted_tx_height, in Identity8DcOnly()
[all …]
/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dinverse_transform_sse4.cc223 LIBGAV1_ALWAYS_INLINE bool DctDcOnly(void* dest, int adjusted_tx_height, in DctDcOnly()
264 LIBGAV1_ALWAYS_INLINE bool DctDcOnlyColumn(void* dest, int adjusted_tx_height, in DctDcOnlyColumn()
1035 LIBGAV1_ALWAYS_INLINE bool Adst4DcOnly(void* dest, int adjusted_tx_height, in Adst4DcOnly()
1066 LIBGAV1_ALWAYS_INLINE bool Adst4DcOnlyColumn(void* dest, int adjusted_tx_height, in Adst4DcOnlyColumn()
1190 LIBGAV1_ALWAYS_INLINE bool Adst8DcOnly(void* dest, int adjusted_tx_height, in Adst8DcOnly()
1257 LIBGAV1_ALWAYS_INLINE bool Adst8DcOnlyColumn(void* dest, int adjusted_tx_height, in Adst8DcOnlyColumn()
1515 LIBGAV1_ALWAYS_INLINE bool Adst16DcOnly(void* dest, int adjusted_tx_height, in Adst16DcOnly()
1556 int adjusted_tx_height, in Adst16DcOnlyColumn()
1615 LIBGAV1_ALWAYS_INLINE bool Identity4DcOnly(void* dest, int adjusted_tx_height, in Identity4DcOnly()
1770 LIBGAV1_ALWAYS_INLINE bool Identity8DcOnly(void* dest, int adjusted_tx_height, in Identity8DcOnly()
[all …]
/aosp_15_r20/external/libgav1/src/dsp/
H A Dinverse_transform.cc1168 int adjusted_tx_height, void* LIBGAV1_RESTRICT src_buffer, in TransformLoop_C()