Searched refs:fastuvmc (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvdpau_vc1.c83 info->fastuvmc = v->fastuvmc;
H A Dvc1.h243 int fastuvmc; ///< Rounding of qpel vector to hpel ? (not in Simple) member in struct:VC1Context
H A Ddxva2_vc1.c104 (v->fastuvmc << 4) |
H A Dvdpau.c356 render->info.vc1.fastuvmc = v->fastuvmc;
H A Dvc1.c334 v->fastuvmc = get_bits1(gb); //common
335 if (!v->profile && !v->fastuvmc) {
405 v->s.loop_filter, v->multires, v->fastuvmc, v->extended_mv,
534 v->fastuvmc = get_bits1(gb);
575 v->fastuvmc, v->extended_mv, v->dquant, v->vstransform, v->overlap, v->quantizer_mode);
H A Dvaapi_vc1.c186 pic_param->fast_uvmc_flag = v->fastuvmc;
H A Dmss2.c764 v->fastuvmc = 0;
H A Dvc1dec.c371 // fastuvmc shall be ignored for interlaced frame picture
372 if (v->fastuvmc && (v->fcm != ILACE_FRAME)) {
852 if (v->fastuvmc) {
1920 if (v->fastuvmc) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1.h228 int fastuvmc; ///< Rounding of qpel vector to hpel ? (not in Simple) member in struct:VC1Context
H A Dvdpau.c276 render->info.vc1.fastuvmc = v->fastuvmc;
H A Ddxva2_vc1.c94 (v->fastuvmc << 4) |
H A Dvc1.c344 v->fastuvmc = get_bits1(gb); //common
345 if (!v->profile && !v->fastuvmc) {
412 v->s.loop_filter, v->multires, v->fastuvmc, v->extended_mv,
537 v->fastuvmc = get_bits1(gb);
570 v->fastuvmc, v->extended_mv, v->dquant, v->vstransform, v->overlap, v->quantizer_mode);
H A Dvaapi_vc1.c186 pic_param->fast_uvmc_flag = v->fastuvmc;
H A Dvc1dec.c365 // fastuvmc shall be ignored for interlaced frame picture
366 if (v->fastuvmc && (v->fcm != ILACE_FRAME)) {
822 if (v->fastuvmc) {
1837 if (v->fastuvmc) {

Completed in 238 milliseconds