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

  /external/chromium_org/third_party/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 819 |matrix1_index| = |matrix1_index_factor1| * |matrix1_index_factor2|, where
820 |matrix1_index_factor1| is given by the argument while |matrix1_index_factor2|
822 |matrix1_index_factor2| is the value of the outmost loop counter j (when
859 int* matrix1_index_factor2 = &j; local
862 matrix1_index_factor2 = &k;
870 matrix1_index = matrix1_index_factor1 * (*matrix1_index_factor2);
    [all...]

Completed in 4130 milliseconds