Searched refs:no_bands (Results 1 – 2 of 2) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_block.c | 161 WORD no_bands, WORD group_len, const UWORD16 *code_book_tbl, in ixheaacd_huffman_dec_word1() argument 324 no_bands--; in ixheaacd_huffman_dec_word1() 325 } while (no_bands >= 0); in ixheaacd_huffman_dec_word1() 500 WORD no_bands, WORD group_len, const UWORD16 *code_book_tbl, in ixheaacd_huffman_dec_quad() argument 629 no_bands--; in ixheaacd_huffman_dec_quad() 630 } while (no_bands >= 0); in ixheaacd_huffman_dec_quad() 805 WORD no_bands, WORD group_len, const UWORD16 *code_book_tbl, in ixheaacd_huffman_dec_pair() argument 893 no_bands--; in ixheaacd_huffman_dec_pair() 894 } while (no_bands >= 0); in ixheaacd_huffman_dec_pair() 1021 WORD32 no_bands = sfb - start - 1; in ixheaacd_decode_huffman() local [all …]
|
D | ixheaacd_huff_code_reorder.c | 643 WORD no_bands, const UWORD16 *code_book_tbl, WORD32 *read_word, in ixheaacd_huff_dec_pair_hcr_pcw() argument 722 no_bands--; in ixheaacd_huff_dec_pair_hcr_pcw() 725 } while (no_bands != 0); in ixheaacd_huff_dec_pair_hcr_pcw() 784 WORD no_bands, const UWORD16 *code_book_tbl, WORD32 tbl_sign, in ixheaacd_huff_dec_quad_hcr_pcw() argument 900 no_bands--; in ixheaacd_huff_dec_quad_hcr_pcw() 901 } while (no_bands != 0); in ixheaacd_huff_dec_quad_hcr_pcw() 911 WORD no_bands, const UWORD16 *code_book_tbl, WORD32 *read_word, in ixheaacd_huff_dec_word_hcr_pcw() argument 1068 no_bands--; in ixheaacd_huff_dec_word_hcr_pcw() 1069 } while (no_bands != 0); in ixheaacd_huff_dec_word_hcr_pcw()
|