Searched refs:pquantizer (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.h289 uint8_t pquantizer; ///< Uniform (over sequence) quantizer in use member in struct:VC1Context
H A Dvc1.c626 v->pquantizer = 1;
628 v->pquantizer = pqindex < 9;
630 v->pquantizer = 0;
637 v->pquantizer = get_bits1(gb);
936 v->pquantizer = 1;
938 v->pquantizer = pqindex < 9;
940 v->pquantizer = 0;
947 v->pquantizer = get_bits1(gb);
H A Dvaapi_vc1.c244 pic_param->pic_quantizer_fields.bits.pic_quantizer_type = v->pquantizer;
H A Dvc1dec.c2650 if (!v->pquantizer)
2681 if (!v->pquantizer && block[k << v->left_blk_sh])
2687 if (!v->pquantizer && block[k << v->top_blk_sh])
2853 if (!v->pquantizer)
2893 if (!v->pquantizer && block[k << v->left_blk_sh])
2899 if (!v->pquantizer && block[k << v->top_blk_sh])
3069 if (!v->pquantizer)
3109 if (!v->pquantizer && block[k << v->left_blk_sh])
3115 if (!v->pquantizer && block[k << v->top_blk_sh])
3187 if (!v->pquantizer)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1.h304 uint8_t pquantizer; ///< Uniform (over sequence) quantizer in use member in struct:VC1Context
H A Dvc1.c698 v->pquantizer = 1;
700 v->pquantizer = pqindex < 9;
702 v->pquantizer = 0;
709 v->pquantizer = get_bits1(gb);
988 v->pquantizer = 1;
990 v->pquantizer = pqindex < 9;
992 v->pquantizer = 0;
999 v->pquantizer = get_bits1(gb);
H A Dvaapi_vc1.c244 pic_param->pic_quantizer_fields.bits.pic_quantizer_type = v->pquantizer;
H A Dvc1dec.c2735 if (!v->pquantizer)
2766 if (!v->pquantizer && block[k << v->left_blk_sh])
2772 if (!v->pquantizer && block[k << v->top_blk_sh])
2938 if (!v->pquantizer)
2978 if (!v->pquantizer && block[k << v->left_blk_sh])
2984 if (!v->pquantizer && block[k << v->top_blk_sh])
3154 if (!v->pquantizer)
3194 if (!v->pquantizer && block[k << v->left_blk_sh])
3200 if (!v->pquantizer && block[k << v->top_blk_sh])
3272 if (!v->pquantizer)
[all...]

Completed in 207 milliseconds