Home
last modified time | relevance | path

Searched refs:NO_P1 (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dwb_vad_c.h60 #define NO_P1 31744 /* ilog2(1), Noise level for highest threshold */ macro
62 #define NO_SLOPE (Word16)(MAX_16*(float)(THR_LOW-THR_HIGH)/(float)(NO_P2-NO_P1))
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dwb_vad.c509 temp = add1(vo_mult(NO_SLOPE, (ilog2_noise_level - NO_P1)), THR_HIGH); in vad_decision()