Searched defs:left_index (Results  1 – 5 of 5) sorted by relevance
| /external/libvpx/vpx_dsp/arm/ | 
| D | fdct32x32_neon.h | 428 #define ADD_S16_S32(a, left_index, right_index, b, b_index)                   \  argument436 #define SUB_S16_S32(a, left_index, right_index, b, b_index)                   \  argument
 458 #define ADD_S32(a, left_index, right_index, b, b_index)                   \  argument
 464 #define SUB_S32(a, left_index, right_index, b, b_index)                   \  argument
 470 #define BUTTERFLY_ONE_S16_S32(a, left_index, right_index, constant, b,   \  argument
 478 #define BUTTERFLY_ONE_S32(a, left_index, right_index, constant, b, add_index,  \  argument
 487 #define BUTTERFLY_TWO_S32(a, left_index, right_index, left_constant,           \  argument
 
 | 
| /external/ruy/ruy/profiler/ | 
| D | test_instrumented_library.cc | 36   int left_index = 0;  in MergeSortRecurse()  local
 | 
| /external/markdown/markdown/ | 
| D | util.py | 213     def store_tag(self, tag, attrs, left_index, right_index):  argument
 | 
| /external/libgav1/src/tile/ | 
| D | prediction.cc | 307       const int left_index = has_left ? x - 1 : x;  in IntraPrediction()  local331       const int left_index = has_left ? x - 1 : x;  in IntraPrediction()  local
 
 | 
| /external/rust/crates/rayon/src/slice/ | 
| D | mod.rs | 820         let left_index = cmp::min(self.slice.len(), index + (self.window_size - 1));  in split_at()  localVariable
 |