HomeSort by relevance Sort by last modified time
    Searched full:unroll_cnt (Results 1 - 1 of 1) sorted by null

  /external/libxaac/decoder/
ixheaacd_aac_tns.c 430 WORD unroll_cnt, rem; local
432 unroll_cnt = size >> 3;
433 for (i = unroll_cnt; i--;) {
445 rem = size - (unroll_cnt << 3);

Completed in 66 milliseconds