Lines Matching defs:qnos
613 static inline void dv_guess_qnos_hd(EncBlockInfo *blks, int *qnos)
638 qnos[i] = DV100_QLEVEL_QNO(dv100_qlevels[qlevels[i]]);
669 qnos[i] = DV100_QLEVEL_QNO(dv100_qlevels[qlevels[i]]);
719 qnos[i] = DV100_QLEVEL_QNO(dv100_qlevels[qlevels[i]]);
737 qnos[i] = DV100_QLEVEL_QNO(dv100_qlevels[qlevels[i]]);
755 static inline void dv_guess_qnos(EncBlockInfo *blks, int *qnos)
769 if (!qnos[i])
772 qnos[i]--;
776 if (b->area_q[a] != ff_dv_quant_shifts[qnos[i] + ff_dv_quant_offset[b->cno]][a]) {
808 } while (qnos[0] | qnos[1] | qnos[2] | qnos[3] | qnos[4]);
862 int qnos[5];
863 int *qnosp = &qnos[0];
870 qnos[mb_index] = DV_PROFILE_IS_HD(s->sys) ? 1 : 15;