ff_intrax8_decode_picture   60 libavcodec/intrax8.h int  ff_intrax8_decode_picture(IntraX8Context * w, int quant, int halfpq);
ff_intrax8_decode_picture 2929 libavcodec/vc1_block.c         ff_intrax8_decode_picture(&v->x8, 2*v->pq + v->halfpq, v->pq * !v->pquantizer);
ff_intrax8_decode_picture  221 libavcodec/wmv2dec.c         ff_intrax8_decode_picture(&w->x8, 2 * s->qscale, (s->qscale - 1) | 1);