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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mc_template.c50 if ((h->use_weight == 2 && list0 && list1 &&
52 h->use_weight == 1)
H A Dh264.c988 h->use_weight = 0;
1008 h->use_weight = 1;
1041 h->use_weight = h->use_weight || h->use_weight_chroma;
H A Dh264.h464 int use_weight; member in struct:H264Context
H A Dh264_slice.c918 h->use_weight = 0;
932 h->use_weight = 2;
1779 h->use_weight = 0;
1977 h->use_weight,
1978 h->use_weight == 1 && h->use_weight_chroma ? "c" : "",
H A Dh264_mb.c418 if (h->use_weight == 2) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.c634 if(h->use_weight == 2){
682 if((h->use_weight==2 && list0 && list1
684 || h->use_weight==1)
2250 h->use_weight= 0;
2270 h->use_weight= 1;
2302 h->use_weight= h->use_weight || h->use_weight_chroma;
2328 h->use_weight= 0;
2342 h->use_weight= 2;
3170 h->use_weight
[all...]
H A Dh264.h359 int use_weight; member in struct:H264Context

Completed in 75 milliseconds