Searched refs:ACpred_flag (Results 1 – 3 of 3) sorted by relevance
64 uint ACpred_flag = (uint) video->acPredFlag[mbnum]; in VlcDequantMpegIntraBlock() local108 if (!ACpred_flag) direction = 0; in VlcDequantMpegIntraBlock()109 inv_zigzag = zigzag_inv + (ACpred_flag << 6) + (direction << 6); in VlcDequantMpegIntraBlock()120 ACpred_flag = 0; /* no of coefficients should not get reset 03/07/2002 */ in VlcDequantMpegIntraBlock()129 ACpred_flag = 0; /* no of coefficients should not get reset 03/07/2002 */ in VlcDequantMpegIntraBlock()171 if (ACpred_flag) in VlcDequantMpegIntraBlock()515 uint ACpred_flag = (uint) video->acPredFlag[mbnum]; in VlcDequantH263IntraBlock() local550 if (!ACpred_flag) direction = 0; in VlcDequantH263IntraBlock()552 inv_zigzag = zigzag_inv + (ACpred_flag << 6) + (direction << 6); /* 04/17/01 */ in VlcDequantH263IntraBlock()566 ACpred_flag = 0; /* no of coefficients should not get reset 03/07/2002 */ in VlcDequantH263IntraBlock()[all …]
55 uint ACpred_flag = (uint) video->acPredFlag[mbnum]; in doDCACPrediction() local140 if (ACpred_flag == 1) in doDCACPrediction()169 if (ACpred_flag == 1) in doDCACPrediction()227 uint ACpred_flag = (uint) video->acPredFlag[mbnum]; in doDCACPrediction_I() local293 if (ACpred_flag == 0) in doDCACPrediction_I()
2032 Int *ACpred_flag = video->acPredFlag; in DCACPred() local2477 ACpred_flag[mbnum] = 1; in DCACPred()2512 ACpred_flag[mbnum] = 0; in DCACPred()