Home
last modified time | relevance | path

Searched refs:INV_MED_THRESH (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/module/codecs/amrwb/enc/inc/
Ddtx.h32 #define INV_MED_THRESH 14564 macro
/frameworks/av/media/module/codecs/amrwb/dec/src/
Ddtx.h78 #define INV_MED_THRESH 14564 macro
Ddtx_decoder_amr_wb.cpp849 L_tmp = mul_16by16_to_int32(amr_wb_round(summax), INV_MED_THRESH); in find_frame_indices()
859 L_tmp = mul_16by16_to_int32(amr_wb_round(summax2nd), INV_MED_THRESH); in find_frame_indices()
/frameworks/av/media/module/codecs/amrwb/enc/src/
Ddtx.c549 L_tmp = L_mult(voround(summax), INV_MED_THRESH); in find_frame_indices()
558 L_tmp = L_mult(voround(summax2nd), INV_MED_THRESH); in find_frame_indices()