Lines Matching refs:qlevel
173 int min_qlevel; /* DV100 only: minimum qlevel (for AC coefficients >255) */
266 #define DV100_QLEVEL_QNO(qlevel) (qlevel>>2)
267 #define DV100_QLEVEL_CNO(qlevel) (qlevel&0x3)
575 static int dv100_actual_quantize(EncBlockInfo *b, int qlevel)
579 int qno = DV100_QLEVEL_QNO(dv100_qlevels[qlevel]);
580 int cno = DV100_QLEVEL_CNO(dv100_qlevels[qlevel]);
652 /* find the macroblock with the lowest qlevel */
698 /* find the macroblock with the highest qlevel */