Home
last modified time | relevance | path

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

/external/libgav1/src/dsp/arm/
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 …]
Dinverse_transform_neon.cc459 LIBGAV1_ALWAYS_INLINE bool DctDcOnly(void* dest, int adjusted_tx_height, in DctDcOnly()
486 LIBGAV1_ALWAYS_INLINE bool DctDcOnlyColumn(void* dest, int adjusted_tx_height, in DctDcOnlyColumn()
1240 LIBGAV1_ALWAYS_INLINE bool Adst4DcOnly(void* dest, int adjusted_tx_height, in Adst4DcOnly()
1269 LIBGAV1_ALWAYS_INLINE bool Adst4DcOnlyColumn(void* dest, int adjusted_tx_height, in Adst4DcOnlyColumn()
1391 LIBGAV1_ALWAYS_INLINE bool Adst8DcOnly(void* dest, int adjusted_tx_height, in Adst8DcOnly()
1445 LIBGAV1_ALWAYS_INLINE bool Adst8DcOnlyColumn(void* dest, int adjusted_tx_height, in Adst8DcOnlyColumn()
1710 LIBGAV1_ALWAYS_INLINE bool Adst16DcOnly(void* dest, int adjusted_tx_height, in Adst16DcOnly()
1737 int adjusted_tx_height, in Adst16DcOnlyColumn()
1796 LIBGAV1_ALWAYS_INLINE bool Identity4DcOnly(void* dest, int adjusted_tx_height, in Identity4DcOnly()
1980 LIBGAV1_ALWAYS_INLINE bool Identity8DcOnly(void* dest, int adjusted_tx_height, in Identity8DcOnly()
[all …]
/external/libgav1/src/dsp/x86/
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 …]
/external/libgav1/src/dsp/
Dinverse_transform.cc1168 int adjusted_tx_height, void* LIBGAV1_RESTRICT src_buffer, in TransformLoop_C()