Home
last modified time | relevance | path

Searched refs:is_row (Results 1 – 7 of 7) sorted by relevance

/external/libgav1/libgav1/src/dsp/
Dinverse_transform.cc397 bool is_row) { in DctDcOnly_C() argument
400 if (is_row && should_round) { in DctDcOnly_C()
406 if (is_row && row_shift > 0) { in DctDcOnly_C()
487 bool is_row) { in Adst4DcOnly_C() argument
490 if (is_row && should_round) { in Adst4DcOnly_C()
525 if (is_row && row_shift > 0) { in Adst4DcOnly_C()
600 bool is_row) { in Adst8DcOnly_C() argument
608 if (is_row && should_round) { in Adst8DcOnly_C()
636 if (is_row && row_shift > 0) { in Adst8DcOnly_C()
699 bool is_row) { in Adst16DcOnly_C() argument
[all …]
/external/llvm-project/polly/lib/External/isl/
Disl_tab.c60 tab->var[i].is_row = 0; in isl_tab_alloc()
388 if (var->is_row && var->index >= r1) in update_index1()
390 if (!var->is_row && var->index >= d1) in update_index1()
403 if (var->is_row) { in update_index2()
591 if (var->is_row) in max_is_manifestly_unbounded()
612 if (var->is_row) in min_is_manifestly_unbounded()
714 isl_assert(tab->mat->ctx, var->is_row, return); in find_pivot()
828 if (var->is_row) in isl_tab_push_var()
1175 var->is_row = 1; in isl_tab_pivot()
1178 var->is_row = 0; in isl_tab_pivot()
[all …]
Disl_tab_pip.c711 if (!tab->var[i].is_row) { in sol_add()
730 if (tab->var[j].is_row) in sol_add()
738 if (tab->var[tab->n_var - tab->n_div+j].is_row) in sol_add()
849 if (tab->var[i].is_row) in get_row_parameter_line()
857 if (tab->var[tab->n_var - tab->n_div + i].is_row) in get_row_parameter_line()
890 if (tab->var[pos].is_row) in identical_parameter_line()
1051 if (tab->var[tab->n_var - tab->n_div + div].is_row) { in set_row_cst_to_div()
1098 if (tab->var[i].is_row) in is_obviously_neg()
1109 if (tab->var[tab->n_var - tab->n_div + i].is_row) in is_obviously_neg()
1147 if (tab->var[i].is_row) in is_obviously_nonneg()
[all …]
Disl_tab.h21 unsigned is_row : 1; member
Disl_sample.c172 if (tab->con[i].is_row) in tab_equalities()
/external/libgav1/libgav1/src/dsp/arm/
Dinverse_transform_10bit_neon.cc274 LIBGAV1_ALWAYS_INLINE void Dct4_NEON(void* dest, int32_t step, bool is_row, in Dct4_NEON() argument
279 const int32_t range = is_row ? kBitdepth10 + 7 : 15; in Dct4_NEON()
285 if (is_row) { in Dct4_NEON()
298 if (is_row) { in Dct4_NEON()
345 LIBGAV1_ALWAYS_INLINE void Dct8_NEON(void* dest, int32_t step, bool is_row, in Dct8_NEON() argument
348 const int32_t range = is_row ? kBitdepth10 + 7 : 15; in Dct8_NEON()
353 if (is_row) { in Dct8_NEON()
376 if (is_row) { in Dct8_NEON()
452 LIBGAV1_ALWAYS_INLINE void Dct16_NEON(void* dest, int32_t step, bool is_row, in Dct16_NEON() argument
455 const int32_t range = is_row ? kBitdepth10 + 7 : 15; in Dct16_NEON()
[all …]
Dinverse_transform_neon.cc690 LIBGAV1_ALWAYS_INLINE void Dct16_NEON(void* dest, int32_t step, bool is_row, in Dct16_NEON() argument
696 if (is_row) { in Dct16_NEON()
705 } else if (is_row) { in Dct16_NEON()
737 if (is_row) { in Dct16_NEON()
745 if (is_row) { in Dct16_NEON()
754 } else if (is_row) { in Dct16_NEON()
856 const bool is_row, int row_shift) { in Dct32_NEON() argument
860 if (is_row) { in Dct32_NEON()
912 if (is_row) { in Dct32_NEON()
929 void Dct64_NEON(void* dest, int32_t step, bool is_row, int row_shift) { in Dct64_NEON() argument
[all …]