Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A 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
/aosp_15_r20/external/ruy/ruy/profiler/
H A Dtest_instrumented_library.cc36 int left_index = 0; in MergeSortRecurse() local
/aosp_15_r20/external/libgav1/src/tile/
H A 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
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/inc/
H A Dhw_shared.h135 int32_t left_index; member
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/mem/memory_map/
Dimpl_.rs175 let mut left_index = low.wrapping_sub(1); in partition() localVariable
/aosp_15_r20/external/rust/crates/uefi/src/mem/memory_map/
Dimpl_.rs175 let mut left_index = low.wrapping_sub(1); in partition() localVariable
/aosp_15_r20/external/libaom/aom_dsp/flow_estimation/
H A Ddisflow.c453 const int left_index = FLOW_BORDER_INNER; in fill_flow_field_borders() local
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/slice/
Dmod.rs820 let left_index = cmp::min(self.slice.len(), index + (self.window_size - 1)); in split_at() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dsecret_tree.rs218 let left_index = index.left().ok_or(MlsError::LeafNodeNoChildren)?; in consume_node() localVariable