Searched refs:adjusted_tx_height (Results 1 – 5 of 5) sorted by relevance
/external/libgav1/libgav1/src/dsp/arm/ |
D | inverse_transform_neon.cc | 446 LIBGAV1_ALWAYS_INLINE bool DctDcOnly(void* dest, int adjusted_tx_height, in DctDcOnly() argument 448 if (adjusted_tx_height > 1) return false; in DctDcOnly() 473 LIBGAV1_ALWAYS_INLINE bool DctDcOnlyColumn(void* dest, int adjusted_tx_height, in DctDcOnlyColumn() argument 475 if (adjusted_tx_height > 1) return false; in DctDcOnlyColumn() 1229 LIBGAV1_ALWAYS_INLINE bool Adst4DcOnly(void* dest, int adjusted_tx_height, in Adst4DcOnly() argument 1231 if (adjusted_tx_height > 1) return false; in Adst4DcOnly() 1258 LIBGAV1_ALWAYS_INLINE bool Adst4DcOnlyColumn(void* dest, int adjusted_tx_height, in Adst4DcOnlyColumn() argument 1260 if (adjusted_tx_height > 1) return false; in Adst4DcOnlyColumn() 1380 LIBGAV1_ALWAYS_INLINE bool Adst8DcOnly(void* dest, int adjusted_tx_height, in Adst8DcOnly() argument 1382 if (adjusted_tx_height > 1) return false; in Adst8DcOnly() [all …]
|
D | inverse_transform_10bit_neon.cc | 192 LIBGAV1_ALWAYS_INLINE bool DctDcOnly(void* dest, int adjusted_tx_height, in DctDcOnly() argument 194 if (adjusted_tx_height > 1) return false; in DctDcOnly() 220 LIBGAV1_ALWAYS_INLINE bool DctDcOnlyColumn(void* dest, int adjusted_tx_height, in DctDcOnlyColumn() argument 222 if (adjusted_tx_height > 1) return false; in DctDcOnlyColumn() 991 LIBGAV1_ALWAYS_INLINE bool Adst4DcOnly(void* dest, int adjusted_tx_height, in Adst4DcOnly() argument 993 if (adjusted_tx_height > 1) return false; in Adst4DcOnly() 1022 LIBGAV1_ALWAYS_INLINE bool Adst4DcOnlyColumn(void* dest, int adjusted_tx_height, in Adst4DcOnlyColumn() argument 1024 if (adjusted_tx_height > 1) return false; in Adst4DcOnlyColumn() 1135 LIBGAV1_ALWAYS_INLINE bool Adst8DcOnly(void* dest, int adjusted_tx_height, in Adst8DcOnly() argument 1137 if (adjusted_tx_height > 1) return false; in Adst8DcOnly() [all …]
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | inverse_transform_sse4.cc | 222 LIBGAV1_ALWAYS_INLINE bool DctDcOnly(void* dest, int adjusted_tx_height, in DctDcOnly() argument 224 if (adjusted_tx_height > 1) return false; in DctDcOnly() 263 LIBGAV1_ALWAYS_INLINE bool DctDcOnlyColumn(void* dest, int adjusted_tx_height, in DctDcOnlyColumn() argument 265 if (adjusted_tx_height > 1) return false; in DctDcOnlyColumn() 1034 LIBGAV1_ALWAYS_INLINE bool Adst4DcOnly(void* dest, int adjusted_tx_height, in Adst4DcOnly() argument 1036 if (adjusted_tx_height > 1) return false; in Adst4DcOnly() 1065 LIBGAV1_ALWAYS_INLINE bool Adst4DcOnlyColumn(void* dest, int adjusted_tx_height, in Adst4DcOnlyColumn() argument 1067 if (adjusted_tx_height > 1) return false; in Adst4DcOnlyColumn() 1189 LIBGAV1_ALWAYS_INLINE bool Adst8DcOnly(void* dest, int adjusted_tx_height, in Adst8DcOnly() argument 1191 if (adjusted_tx_height > 1) return false; in Adst8DcOnly() [all …]
|
/external/libgav1/libgav1/src/dsp/ |
D | inverse_transform.cc | 1109 int adjusted_tx_height, void* src_buffer, int start_x, in TransformLoop_C() argument 1138 if (adjusted_tx_height == 1) { in TransformLoop_C() 1147 for (int i = 0; i < adjusted_tx_height; ++i) { in TransformLoop_C() 1191 if (adjusted_tx_height == 1) { in TransformLoop_C()
|
D | dsp.h | 313 int adjusted_tx_height,
|