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

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
q_plsf_3_tbl.h 78 #define DICO3_SIZE 512
q_plsf.h 88 #define DICO3_SIZE 512
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
q_plsf_3_tbl.cpp 925 const Word16 dico3_lsf_3[DICO3_SIZE*4] =
    [all...]
q_plsf_3.cpp 950 indice[2] = Vq_subvec4(&lsf_r1[6], dico3_lsf, &wf1[6], DICO3_SIZE);
961 indice[2] = Vq_subvec4(&lsf_r1[6], dico3_lsf, &wf1[6], DICO3_SIZE);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d_plsf_3.cpp 281 p_cb3 = dico3_lsf_3; /* size DICO3_SIZE*4 */
284 index_limit_3 = (DICO3_SIZE - 1) * 4;
290 p_cb3 = dico3_lsf_3; /* size DICO3_SIZE*4 */
293 index_limit_3 = (DICO3_SIZE - 1) * 4;

Completed in 338 milliseconds