Home
last modified time | relevance | path

Searched defs:left_index (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/vpx_dsp/arm/
Dfdct32x32_neon.h428 #define ADD_S16_S32(a, left_index, right_index, b, b_index) \ argument
436 #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/
Dtest_instrumented_library.cc36 int left_index = 0; in MergeSortRecurse() local
/external/markdown/markdown/
Dutil.py213 def store_tag(self, tag, attrs, left_index, right_index): argument
/external/libgav1/src/tile/
Dprediction.cc307 const int left_index = has_left ? x - 1 : x; in IntraPrediction() local
331 const int left_index = has_left ? x - 1 : x; in IntraPrediction() local
/external/rust/crates/rayon/src/slice/
Dmod.rs820 let left_index = cmp::min(self.slice.len(), index + (self.window_size - 1)); in split_at() localVariable