Searched refs:estimation_method (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpeg4videodec.c1720 int estimation_method= get_bits(gb, 2); local
1721 if(estimation_method<2){
1758 if(estimation_method==1){
1763 av_log(s->avctx, AV_LOG_ERROR, "Invalid Complexity estimation method %d\n", estimation_method);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg4videodec.c1931 int estimation_method = get_bits(gb, 2); local
1932 if (estimation_method < 2) {
1969 if (estimation_method == 1) {
1976 estimation_method);

Completed in 41 milliseconds