Searched refs:res_fasttx (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1.h194 int res_fasttx; ///< reserved, always 1 member in struct:VC1Context
H A Dvc1.c332 v->res_fasttx = get_bits1(gb);
333 if (!v->res_fasttx) {
404 if (!v->res_fasttx)
H A Dvc1dec.c5231 if (v->profile == PROFILE_ADVANCED || v->res_fasttx) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1.h211 int res_fasttx; ///< reserved, always 1 member in struct:VC1Context
H A Dvc1.c322 v->res_fasttx = get_bits1(gb);
323 if (!v->res_fasttx) {
397 if (!v->res_fasttx)
H A Dmss2.c762 v->res_fasttx = 1;
H A Dvc1dec.c5737 if (v->profile == PROFILE_ADVANCED || v->res_fasttx) {

Completed in 172 milliseconds