Searched defs:SUM2 (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model_neon.S117 beq SUM2
120 SUM2: label
/external/webp/src/enc/
H A Dpicture_csp.c583 #define SUM2(ptr) \ macro
800 r = SUM2(r_ptr + j);
801 g = SUM2(g_ptr + j);
802 b = SUM2(b_ptr + j);
830 const int r = SUM2(r_ptr + j);
831 const int g = SUM2(g_ptr + j);
832 const int b = SUM2(b_ptr + j);
945 #undef SUM2 macro

Completed in 150 milliseconds