Searched defs:is_row (Results 1 – 4 of 4) 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 | 274 LIBGAV1_ALWAYS_INLINE void Dct4_NEON(void* dest, int32_t step, bool is_row, in Dct4_NEON() 345 LIBGAV1_ALWAYS_INLINE void Dct8_NEON(void* dest, int32_t step, bool is_row, in Dct8_NEON() 452 LIBGAV1_ALWAYS_INLINE void Dct16_NEON(void* dest, int32_t step, bool is_row, in Dct16_NEON() 624 const bool is_row, int row_shift) { in Dct32_NEON() 702 void Dct64_NEON(void* dest, int32_t step, bool is_row, int row_shift) { in Dct64_NEON() 933 LIBGAV1_ALWAYS_INLINE void Adst4_NEON(void* dest, int32_t step, bool is_row, in Adst4_NEON() 1058 LIBGAV1_ALWAYS_INLINE void Adst8_NEON(void* dest, int32_t step, bool is_row, in Adst8_NEON() 1244 LIBGAV1_ALWAYS_INLINE void Adst16_NEON(void* dest, int32_t step, bool is_row, in Adst16_NEON()
|
D | inverse_transform_neon.cc | 690 LIBGAV1_ALWAYS_INLINE void Dct16_NEON(void* dest, int32_t step, bool is_row, in Dct16_NEON() 856 const bool is_row, int row_shift) { in Dct32_NEON() 929 void Dct64_NEON(void* dest, int32_t step, bool is_row, int row_shift) { in Dct64_NEON() 1489 LIBGAV1_ALWAYS_INLINE void Adst16_NEON(void* dest, int32_t step, bool is_row, in Adst16_NEON()
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_tab.h | 21 unsigned is_row : 1; member
|