Lines Matching refs:DIFF_FREQ
618 p0_flag[0] = (diff_type_1 == DIFF_FREQ); in huff_decode()
619 p0_flag[1] = (diff_type_2 == DIFF_FREQ); in huff_decode()
641 if (diff_type_1 == DIFF_FREQ) { in huff_decode()
656 if (diff_type_2 == DIFF_FREQ) { in huff_decode()
715 if (((diff_type_1 == DIFF_FREQ) || (diff_type_2 == DIFF_FREQ))) { in huff_decode()
728 diff_type = DIFF_FREQ; in huff_decode()
845 DIFF_TYPE diff_type[2] = {DIFF_FREQ, DIFF_FREQ}; in EcDataPairDec()
944 diff_type[0] = DIFF_FREQ; in EcDataPairDec()
945 diff_type[1] = DIFF_FREQ; in EcDataPairDec()
955 ((diff_type[0] == DIFF_FREQ) || allowDiffTimeBack_flag)) { in EcDataPairDec()
993 if (diff_type[0] == DIFF_FREQ) { in EcDataPairDec()
1006 if (diff_type[1] == DIFF_FREQ) { in EcDataPairDec()
1016 if (diff_type[0] == DIFF_FREQ) { in EcDataPairDec()