Home
last modified time | relevance | path

Searched defs:right_index (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dfdct32x32_neon.c523 #define ADD_S16_S32(a, left_index, right_index, b, b_index) \ argument
531 #define SUB_S16_S32(a, left_index, right_index, b, b_index) \ argument
553 #define ADD_S32(a, left_index, right_index, b, b_index) \ argument
559 #define SUB_S32(a, left_index, right_index, b, b_index) \ argument
582 #define BUTTERFLY_ONE_S16_S32(a, left_index, right_index, constant, b, \ argument
607 #define BUTTERFLY_ONE_S32(a, left_index, right_index, constant, b, add_index, \ argument
636 #define BUTTERFLY_TWO_S32(a, left_index, right_index, left_constant, \ argument
/external/v8/src/compiler/
Dregister-allocator.cc147 size_t right_index = length_; in Find() local