Searched defs:sub_level (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dwb_vad.h44 Word16 sub_level[COMPLEN]; /* input levels calculated at the end of a frame (lookahead) */ member in struct:__anon433
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dvad1.h106 Word16 sub_level[COMPLEN]; /* input levels calculated at the end of member in struct:__anon388
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dwb_vad.c132 * (data[count1 - count2]) is stored to (*sub_level)
139 Word16 * sub_level, /* i : level calculated at the end of the previous frame*/
158 l_temp2 = vo_L_add(l_temp1, L_shl(*sub_level, 16 - scale));
159 *sub_level = extract_h(L_shl(l_temp1, scale));
225 level[11] = level_calculation(tmp_buf, &st->sub_level[11], 16, 64, 4, 1, 14);
227 level[10] = level_calculation(tmp_buf, &st->sub_level[10], 8, 32, 8, 7, 15);
229 level[9] = level_calculation(tmp_buf, &st->sub_level[9],8, 32, 8, 3, 15);
231 level[8] = level_calculation(tmp_buf, &st->sub_level[8],8, 32, 8, 2, 15);
233 level[7] = level_calculation(tmp_buf, &st->sub_level[7],4, 16, 16, 14, 16);
235 level[6] = level_calculation(tmp_buf, &st->sub_level[
137 level_calculation( Word16 data[], Word16 * sub_level, Word16 count1, Word16 count2, Word16 ind_m, Word16 ind_a, Word16 scale ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dvad1.cpp439 sub_level -- pointer to type Word16 -- level calculated at the end of
449 sub_level -- pointer to tyep Word16 -- level of signal calculated from the
507 Word16 *sub_level, /* i : level calculate at the end of */
531 l_temp2 = L_add(l_temp1, L_shl(*sub_level, sub(16, scale, pOverflow), pOverflow), pOverflow);
532 *sub_level = extract_h(L_shl(l_temp1, scale, pOverflow));
648 level[8] = level_calculation(tmp_buf, &st->sub_level[8], FRAME_LEN / 4 - 8,
651 level[7] = level_calculation(tmp_buf, &st->sub_level[7], FRAME_LEN / 8 - 4,
654 level[6] = level_calculation(tmp_buf, &st->sub_level[6], FRAME_LEN / 8 - 4,
657 level[5] = level_calculation(tmp_buf, &st->sub_level[5], FRAME_LEN / 8 - 4,
660 level[4] = level_calculation(tmp_buf, &st->sub_level[
505 level_calculation( Word16 data[], Word16 *sub_level, Word16 count1, Word16 count2, Word16 ind_m, Word16 ind_a, Word16 scale, Flag *pOverflow ) argument
[all...]

Completed in 90 milliseconds