Searched refs:shift2 (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dhp_max.cpp140 Word16 shift, shift1, shift2;
184 shift2 = norm_l(t0);
185 t016 = extract_h(L_shl(t0, shift2));
196 shift = sub(shift1, shift2);
251 Word16 shift, shift1, shift2; local
297 shift2 = norm_l(t0);
298 t016 = extract_h(L_shl(t0, shift2)); */
306 shift2 = norm_l(t0);
307 L_temp = L_shl(t0, shift2, pOverflow);
319 shift = sub(shift1, shift2, pOverflo
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dc_g_aver.cpp286 Word16 tmp[M], tmp1, tmp2, shift1, shift2, shift;
306 shift2 = norm_s(lspAver[i]); // Qm
307 tmp2 = shl(lspAver[i], shift2); // Q15+Qm
309 shift = sub(add(2, shift1), shift2);
489 Word16 shift2; local
520 shift2 = norm_s(*(lspAver + i)); /* Qm */
521 tmp2 = shl(*(lspAver + i), shift2, pOverflow); /* Q15+Qm */
524 shift = 2 + shift1 - shift2;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dsad_mb_offset.h253 int32 shift2 = 32 - SHIFT; local
261 : "r"(blk), "r"(shift), "r"(shift2));
283 : "r"(blk), "r"(shift), "r"(shift2));
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Doper_32b.c351 Word32 shift, shift2; local
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1210 uint32_t& shift2 = word_array[3]; local
1232 shift2 = 0; // bloom filter
1255 shift2 = maskbitslog2;
1287 bitmasks[val] |= 1u << ((djbhash >> shift2) & mask);

Completed in 200 milliseconds