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