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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
entropy_coding_neon.c 38 int* matrix1_index_factor2 = &j; local
41 matrix1_index_factor2 = &k;
178 matrix1_index = matrix1_index_factor1 * (*matrix1_index_factor2);
entropy_coding.c 814 |matrix1_index| = |matrix1_index_factor1| * |matrix1_index_factor2|, where
815 |matrix1_index_factor1| is given by the argument while |matrix1_index_factor2|
817 |matrix1_index_factor2| is the value of the outmost loop counter j (when
854 int* matrix1_index_factor2 = &j; local
857 matrix1_index_factor2 = &k;
865 matrix1_index = matrix1_index_factor1 * (*matrix1_index_factor2);
    [all...]

Completed in 2880 milliseconds