Searched refs:rand_dith2 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddtx_decoder_amr_wb.cpp927 int16 rand_dith2; local
931 rand_dith2 = noise_gen_amrwb(dither_seed) >> 1;
932 rand_dith += rand_dith2;
943 rand_dith2 = noise_gen_amrwb(dither_seed) >> 1;
944 rand_dith += rand_dith2;
962 rand_dith2 = noise_gen_amrwb(dither_seed) >> 1;
963 rand_dith += rand_dith2;

Completed in 25 milliseconds