Lines Matching defs:rcoeff

124           rcoeff=> reconstructed coefficient
149 Int BlockQuantDequantH263Inter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
181 rcoeff += 64; /* actual data is 64 item ahead */
182 //end = rcoeff + dctMode - 1;
183 //rcoeff--;
190 //rcoeff++;
192 coeff = rcoeff[i];
206 coeff = rcoeff[i];
210 coeff = rcoeff[i];
239 rcoeff[i-64] = coeff;
246 coeff = rcoeff[i];
269 Int BlockQuantDequantH263Intra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
297 rcoeff += 64; /* actual data is 64 element ahead */
301 coeff = *rcoeff;
316 rcoeff[-64] = coeff;
320 //rcoeff++;
343 rcoeff[-64] = coeff;
352 coeff = rcoeff[i];
366 coeff = rcoeff[i];
370 coeff = rcoeff[i];
401 rcoeff[i-64] = coeff;
406 coeff = rcoeff[i];
413 //rcoeff++;
416 while (i < dctMode);//while(rcoeff < end) ;
441 Int BlockQuantDequantH263DCInter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
460 coeff = rcoeff[0];
464 rcoeff[0] = 0;
465 return CBP;//rcoeff[0] = 0; not needed since CBP will be zero
485 rcoeff[0] = coeff;
495 Int BlockQuantDequantH263DCIntra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
503 coeff = rcoeff[0];
520 rcoeff[0] = coeff;
535 rcoeff=> reconstructed coefficient
544 Int BlockQuantDequantMPEGInter(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat,
566 rcoeff += 64;
573 coeff = rcoeff[i];
625 rcoeff[i-64] = q_value;
634 coeff = rcoeff[i];
658 rcoeff--; /* rcoeff[63] */
659 coeff = *rcoeff;
661 *rcoeff = coeff;
673 Int BlockQuantDequantMPEGIntra(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat,
695 rcoeff += 64;
699 coeff = *rcoeff;
733 rcoeff[-64] = q_value;
742 coeff = rcoeff[i];
799 rcoeff[i-64] = q_value;
806 coeff = rcoeff[i];
831 rcoeff--; /* rcoeff[63] */
832 coeff = *rcoeff;
834 *rcoeff = coeff;
852 Int BlockQuantDequantMPEGDCInter(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat,
866 coeff = rcoeff[0];
883 rcoeff[0] = 0;
899 rcoeff[0] = q_value;
909 rcoeff[63] = 1; /* after scaling it remains the same */
919 Int BlockQuantDequantMPEGDCIntra(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat,
931 coeff = rcoeff[0];
950 rcoeff[0] = q_value;
958 rcoeff[63] = 1; /* after scaling it remains the same */