Searched refs:dquantfrm (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1.h251 uint8_t dquantfrm; member in struct:VC1Context
H A Dvaapi_vc1.c245 pic_param->pic_quantizer_fields.bits.dq_frame = v->dquantfrm;
H A Dvc1.c258 v->dquantfrm = get_bits1(gb);
259 if (v->dquantfrm) {
638 v->dquantfrm = 0;
H A Dvc1dec.c1024 if (v->dquantfrm) { \
2515 if (v->pq < 8 || v->dquantfrm) { // table 59
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1.h266 uint8_t dquantfrm; member in struct:VC1Context
H A Dvaapi_vc1.c245 pic_param->pic_quantizer_fields.bits.dq_frame = v->dquantfrm;
H A Dvc1.c247 v->dquantfrm = get_bits1(gb);
248 if (v->dquantfrm) {
710 v->dquantfrm = 0;
H A Dvc1dec.c1093 if (v->dquantfrm) { \
2600 if (v->pq < 8 || v->dquantfrm) { // table 59

Completed in 79 milliseconds