Lines Matching refs:DIFF_FREQ
616 p0_flag[0] = (diff_type_1 == DIFF_FREQ); in huff_decode()
617 p0_flag[1] = (diff_type_2 == DIFF_FREQ); in huff_decode()
639 if (diff_type_1 == DIFF_FREQ) { in huff_decode()
654 if (diff_type_2 == DIFF_FREQ) { in huff_decode()
713 if (((diff_type_1 == DIFF_FREQ) || (diff_type_2 == DIFF_FREQ))) { in huff_decode()
726 diff_type = DIFF_FREQ; in huff_decode()
843 DIFF_TYPE diff_type[2] = {DIFF_FREQ, DIFF_FREQ}; in EcDataPairDec()
942 diff_type[0] = DIFF_FREQ; in EcDataPairDec()
943 diff_type[1] = DIFF_FREQ; in EcDataPairDec()
953 ((diff_type[0] == DIFF_FREQ) || allowDiffTimeBack_flag)) { in EcDataPairDec()
991 if (diff_type[0] == DIFF_FREQ) { in EcDataPairDec()
1004 if (diff_type[1] == DIFF_FREQ) { in EcDataPairDec()
1014 if (diff_type[0] == DIFF_FREQ) { in EcDataPairDec()