Searched defs:is_row (Results 1 – 3 of 3) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | inverse_transform.cc | 397 bool is_row) { in DctDcOnly_C() 487 bool is_row) { in Adst4DcOnly_C() 600 bool is_row) { in Adst8DcOnly_C() 699 bool is_row) { in Adst16DcOnly_C() 876 int row_shift, bool is_row) { in Identity4DcOnly_C() 925 int row_shift, bool is_row) { in Identity8DcOnly_C() 987 int row_shift, bool is_row) { in Identity16DcOnly_C() 1036 int row_shift, bool is_row) { in Identity32DcOnly_C()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | inverse_transform_10bit_neon.cc | 275 LIBGAV1_ALWAYS_INLINE void Dct4_NEON(void* dest, int32_t step, bool is_row, in Dct4_NEON() 346 LIBGAV1_ALWAYS_INLINE void Dct8_NEON(void* dest, int32_t step, bool is_row, in Dct8_NEON() 453 LIBGAV1_ALWAYS_INLINE void Dct16_NEON(void* dest, int32_t step, bool is_row, in Dct16_NEON() 625 const bool is_row, int row_shift) { in Dct32_NEON() 703 void Dct64_NEON(void* dest, int32_t step, bool is_row, int row_shift) { in Dct64_NEON() 934 LIBGAV1_ALWAYS_INLINE void Adst4_NEON(void* dest, int32_t step, bool is_row, in Adst4_NEON() 1059 LIBGAV1_ALWAYS_INLINE void Adst8_NEON(void* dest, int32_t step, bool is_row, in Adst8_NEON() 1245 LIBGAV1_ALWAYS_INLINE void Adst16_NEON(void* dest, int32_t step, bool is_row, in Adst16_NEON()
|
D | inverse_transform_neon.cc | 747 LIBGAV1_ALWAYS_INLINE void Dct16_NEON(void* dest, int32_t step, bool is_row, in Dct16_NEON() 913 const bool is_row, int row_shift) { in Dct32_NEON() 986 void Dct64_NEON(void* dest, int32_t step, bool is_row, int row_shift) { in Dct64_NEON() 1546 LIBGAV1_ALWAYS_INLINE void Adst16_NEON(void* dest, int32_t step, bool is_row, in Adst16_NEON()
|