Searched refs:dqprofile (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 Dvaapi_vc1.c246 pic_param->pic_quantizer_fields.bits.dq_profile = v->dqprofile;
247 pic_param->pic_quantizer_fields.bits.dq_sb_edge = v->dqprofile == DQPROFILE_SINGLE_EDGE ? v->dqsbedge : 0;
248 pic_param->pic_quantizer_fields.bits.dq_db_edge = v->dqprofile == DQPROFILE_DOUBLE_EDGES ? v->dqsbedge : 0;
H A Dvc1.h252 uint8_t dqprofile; member in struct:VC1Context
H A Dvc1.c260 v->dqprofile = get_bits(gb, 2);
261 switch (v->dqprofile) {
273 if (v->dqbilevel || v->dqprofile != DQPROFILE_ALL_MBS) {
H A Dvc1dec.c1026 if (v->dqprofile == DQPROFILE_ALL_MBS) { \
1037 if (v->dqprofile == DQPROFILE_SINGLE_EDGE) \
1039 else if (v->dqprofile == DQPROFILE_DOUBLE_EDGES) \
1041 else if (v->dqprofile == DQPROFILE_FOUR_EDGES) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvaapi_vc1.c246 pic_param->pic_quantizer_fields.bits.dq_profile = v->dqprofile;
247 pic_param->pic_quantizer_fields.bits.dq_sb_edge = v->dqprofile == DQPROFILE_SINGLE_EDGE ? v->dqsbedge : 0;
248 pic_param->pic_quantizer_fields.bits.dq_db_edge = v->dqprofile == DQPROFILE_DOUBLE_EDGES ? v->dqsbedge : 0;
H A Dvc1.h267 uint8_t dqprofile; member in struct:VC1Context
H A Dvc1.c249 v->dqprofile = get_bits(gb, 2);
250 switch (v->dqprofile) {
262 if (v->dqbilevel || v->dqprofile != DQPROFILE_ALL_MBS) {
H A Dvc1dec.c1095 if (v->dqprofile == DQPROFILE_ALL_MBS) { \
1106 if (v->dqprofile == DQPROFILE_SINGLE_EDGE) \
1108 else if (v->dqprofile == DQPROFILE_DOUBLE_EDGES) \
1110 else if (v->dqprofile == DQPROFILE_FOUR_EDGES) \

Completed in 148 milliseconds