HomeSort by relevance Sort by last modified time
    Searched refs:temp_l (Results 1 - 3 of 3) sorted by null

  /external/libxaac/decoder/
ixheaacd_multichannel.c 357 WORD16 temp_l = 0, temp_r = 0; local
361 temp_l += (WORD16)(
380 temp_l += (WORD16)(
401 ptr_time_data[2 * j] = temp_l;
ixheaacd_env_dec.c 541 FLOAT32 temp_l, temp_r; local
548 temp_l = ptr_env_sf_left[i];
552 (FLOAT32)(64 * (pow(2, temp_l * a + 1) /
555 (FLOAT32)(64 * (pow(2, temp_l * a + 1) /
560 temp_l = ptr_noise_floor_left[i];
564 (FLOAT32)(pow(2, NOISE_FLOOR_OFFSET - temp_l + 1) /
567 (FLOAT32)(pow(2, NOISE_FLOOR_OFFSET - temp_l + 1) /
ixheaacd_ext_ch_ele.c 311 WORD32 temp_r, temp_l; local
325 temp_l = *l_spec;
326 *l_spec = ixheaacd_add32_sat(temp_r, temp_l);
327 *r_spec = ixheaacd_sub32_sat(temp_l, temp_r);
    [all...]

Completed in 498 milliseconds