Searched refs:dequant_coeff_pps (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.h574 int dequant_coeff_pps; ///< reinit tables when pps changes member in struct:H264Context
H A Dh264_ps.c696 h->dequant_coeff_pps = -1;
H A Dh264_slice.c674 h->dequant_coeff_pps = h1->dequant_coeff_pps;
1473 if (h == h0 && h->dequant_coeff_pps != pps_id) {
1474 h->dequant_coeff_pps = pps_id;
H A Dh264.c648 h->dequant_coeff_pps = -1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.h458 int dequant_coeff_pps; ///< reinit tables when pps changes member in struct:H264Context
H A Dh264_ps.c565 h->dequant_coeff_pps= -1; //contents of sps/pps can change even if id doesn't, so reinit
H A Dh264.c1037 h->dequant_coeff_pps= -1;
1249 h->dequant_coeff_pps = h1->dequant_coeff_pps;
2859 if(h == h0 && h->dequant_coeff_pps != pps_id){
2860 h->dequant_coeff_pps = pps_id;

Completed in 93 milliseconds