Lines Matching defs:qmul
1334 * @param qmul array holding the dc/ac dequant factor at position 0/1
1342 int i, uint8_t *token_prob, int16_t qmul[2],
1392 block[scan[i]] = (vp8_rac_get(&c) ? -coeff : coeff) * qmul[!!i];
1426 int16_t qmul[2],
1430 token_prob, qmul, scan, IS_VP7);
1438 int16_t qmul[2])
1441 token_prob, qmul, ff_zigzag_scan, IS_VP8);
1452 * @param qmul array holding the dc/ac dequant factor at position 0/1
1461 int i, int zero_nhood, int16_t qmul[2],
1468 token_prob, qmul, scan)
1470 token_prob, qmul);