/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
wb_vad.h | 44 Word16 sub_level[COMPLEN]; /* input levels calculated at the end of a frame (lookahead) */ member in struct:__anon31493
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
wb_vad.c | 132 * (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[6],4, 16, 16, 6, 16) [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
vad1.h | 106 Word16 sub_level[COMPLEN]; /* input levels calculated at the end of member in struct:__anon31451
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
vad1.cpp | 439 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[4], FRAME_LEN / 8 - 4 [all...] |