Home
last modified time | relevance | path

Searched refs:sft (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dmath_op.c203 Word16 sft; in Dot_product12() local
217 sft = norm_l(L_sum); in Dot_product12()
218 L_sum = L_sum << sft; in Dot_product12()
219 *exp = 30 - sft; /* exponent = 0..30 */ in Dot_product12()
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
DDot_p_opt.s69 SUB r10, r10, #1 @ sft = norm_l(L_sum)
70 MOV r0, r12, LSL r10 @ L_sum = L_sum << sft
71 RSB r11, r10, #30 @ *exp = 30 - sft
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dpvamrwb_math_op.cpp431 int16 i, sft; in Dot_product12() local
453 sft = normalize_amr_wb(L_sum); in Dot_product12()
454 L_sum <<= sft; in Dot_product12()
456 *exp = 30 - sft; /* exponent = 0..30 */ in Dot_product12()
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
DDot_p_neon.s117 SUB r10, r10, #1 @ sft = norm_l(L_sum)
118 MOV r0, r12, LSL r10 @ L_sum = L_sum << sft
119 RSB r11, r10, #30 @ *exp = 30 - sft
/frameworks/native/libs/gui/
DSurface.cpp792 for (auto sft : supportedFrameTimestamps) { in querySupportedTimestampsLocked() local
793 if (sft == FrameEvent::DISPLAY_PRESENT) { in querySupportedTimestampsLocked()