Searched refs:p0_flag (Results 1 – 3 of 3) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_mps_dec.c | 533 WORD32 num_val, WORD32 p0_flag) { in ixheaacd_mps_huff_dec_cld_1d() argument 538 if (p0_flag) { in ixheaacd_mps_huff_dec_cld_1d() 569 WORD32 num_val, WORD32 p0_flag) { in ixheaacd_mps_huff_dec_ipd_1d() argument 573 if (p0_flag) { in ixheaacd_mps_huff_dec_ipd_1d() 596 WORD32 num_val, WORD32 p0_flag) { in ixheaacd_mps_huff_dec_icc_1d() argument 601 if (p0_flag) { in ixheaacd_mps_huff_dec_icc_1d() 901 WORD32 p0_flag[2]; in ixheaacd_huff_decode() local 969 p0_flag[0] = (diff_type_1 == DIFF_FREQ) && !pilot_coding_flag; in ixheaacd_huff_decode() 970 p0_flag[1] = (diff_type_2 == DIFF_FREQ) && !pilot_coding_flag; in ixheaacd_huff_decode() 977 out_data_1, num_val_1_int, p0_flag[0])) in ixheaacd_huff_decode() [all …]
|
/external/aac/libSACenc/src/ |
D | sacenc_nlc_enc.cpp | 373 const SHORT num_val, const SHORT p0_flag) { in huff_enc_1D() argument 389 if (p0_flag) { in huff_enc_1D() 611 SHORT p0_flag[2] = {0}; in calc_huff_bits() local 644 p0_flag[0] = (diff_type_1 == DIFF_FREQ); in calc_huff_bits() 645 p0_flag[1] = (diff_type_2 == DIFF_FREQ); in calc_huff_bits() 652 num_val_1_short, p0_flag[0]); in calc_huff_bits() 656 num_val_2_short, p0_flag[1]); in calc_huff_bits() 789 SHORT p0_flag[2] = {0}; in apply_huff_coding() local 818 p0_flag[0] = (diff_type_1 == DIFF_FREQ); in apply_huff_coding() 819 p0_flag[1] = (diff_type_2 == DIFF_FREQ); in apply_huff_coding() [all …]
|
/external/aac/libFDK/src/ |
D | nlc_dec.cpp | 310 const INT p0_flag) in huff_dec_1D() argument 345 if (p0_flag) { in huff_dec_1D() 583 int p0_flag[2]; in huff_decode() local 618 p0_flag[0] = (diff_type_1 == DIFF_FREQ); in huff_decode() 619 p0_flag[1] = (diff_type_2 == DIFF_FREQ); in huff_decode() 622 num_val_1_int, p0_flag[0])) != HUFFDEC_OK) { in huff_decode() 628 num_val_2_int, p0_flag[1])) != HUFFDEC_OK) { in huff_decode()
|