Lines Matching refs:p0_flag
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()
826 num_val_1_short, p0_flag[0]); in apply_huff_coding()
830 num_val_2_short, p0_flag[1]); in apply_huff_coding()