Searched defs:adjusted_tx_height (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/dsp/arm/ |
D | inverse_transform_10bit_neon.cc | 193 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() 992 LIBGAV1_ALWAYS_INLINE bool Adst4DcOnly(void* dest, int adjusted_tx_height, in Adst4DcOnly() 1023 LIBGAV1_ALWAYS_INLINE bool Adst4DcOnlyColumn(void* dest, int adjusted_tx_height, in Adst4DcOnlyColumn() 1136 LIBGAV1_ALWAYS_INLINE bool Adst8DcOnly(void* dest, int adjusted_tx_height, in Adst8DcOnly() 1190 LIBGAV1_ALWAYS_INLINE bool Adst8DcOnlyColumn(void* dest, int adjusted_tx_height, in Adst8DcOnlyColumn() 1430 LIBGAV1_ALWAYS_INLINE bool Adst16DcOnly(void* dest, int adjusted_tx_height, in Adst16DcOnly() 1456 int adjusted_tx_height, in Adst16DcOnlyColumn() 1498 LIBGAV1_ALWAYS_INLINE bool Identity4DcOnly(void* dest, int adjusted_tx_height, in Identity4DcOnly() 1718 LIBGAV1_ALWAYS_INLINE bool Identity8DcOnly(void* dest, int adjusted_tx_height, in Identity8DcOnly() [all …]
|
D | inverse_transform_neon.cc | 503 LIBGAV1_ALWAYS_INLINE bool DctDcOnly(void* dest, int adjusted_tx_height, in DctDcOnly() 530 LIBGAV1_ALWAYS_INLINE bool DctDcOnlyColumn(void* dest, int adjusted_tx_height, in DctDcOnlyColumn() 1286 LIBGAV1_ALWAYS_INLINE bool Adst4DcOnly(void* dest, int adjusted_tx_height, in Adst4DcOnly() 1315 LIBGAV1_ALWAYS_INLINE bool Adst4DcOnlyColumn(void* dest, int adjusted_tx_height, in Adst4DcOnlyColumn() 1437 LIBGAV1_ALWAYS_INLINE bool Adst8DcOnly(void* dest, int adjusted_tx_height, in Adst8DcOnly() 1491 LIBGAV1_ALWAYS_INLINE bool Adst8DcOnlyColumn(void* dest, int adjusted_tx_height, in Adst8DcOnlyColumn() 1756 LIBGAV1_ALWAYS_INLINE bool Adst16DcOnly(void* dest, int adjusted_tx_height, in Adst16DcOnly() 1783 int adjusted_tx_height, in Adst16DcOnlyColumn() 1842 LIBGAV1_ALWAYS_INLINE bool Identity4DcOnly(void* dest, int adjusted_tx_height, in Identity4DcOnly() 2026 LIBGAV1_ALWAYS_INLINE bool Identity8DcOnly(void* dest, int adjusted_tx_height, in Identity8DcOnly() [all …]
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | inverse_transform_sse4.cc | 223 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 …]
|
/external/libgav1/libgav1/src/dsp/ |
D | inverse_transform.cc | 1109 int adjusted_tx_height, void* LIBGAV1_RESTRICT src_buffer, in TransformLoop_C()
|