Home
last modified time | relevance | path

Searched refs:maxtref (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/parser/
H A DGop.java171 dump.writeInt(maxtref); in messageDropError()
357 int maxtref = 0; in goptest() local
744 if (tref > maxtref) in goptest()
745 maxtref = tref; in goptest()
748 …System.out.println(frame + "/ " + maxtref + "/ " + tref + "/ " + s + " * " + frT[frametype] + "/ "… in goptest()
1090 if (maxtref != frame || Math.abs(lastpts - startpts) > 2000) in goptest()
1102 maxtref = frame; in goptest()
1162 …job_processing.countLastGopTimecode((long)(CommonParsing.getVideoFramerate() * (maxtref + pulldown… in goptest()
1163 …job_processing.setLastGopPts(startpts + (long)(CommonParsing.getVideoFramerate() * (maxtref + pull… in goptest()
1222 …job_processing.setEndPtsOfGop(startpts + (long)((maxtref + pulldownfields / 2.0 - trefcheck + 1) *… in goptest()
[all …]
/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Des_functions.c745 ctx->last_gop_length = ctx->maxtref + 1; in read_pic_info()
746 ctx->maxtref = ctx->temporal_reference; in read_pic_info()
780 if( ctx->temporal_reference > ctx->maxtref ) { in read_pic_info()
781 ctx->maxtref = ctx->temporal_reference; in read_pic_info()
782 if (ctx->maxtref + 1 > ctx->max_gop_length) in read_pic_info()
783 ctx->max_gop_length = ctx->maxtref + 1; in read_pic_info()
H A Davc_functions.c73 ctx->maxtref = 0; in init_avc()
1055 ctx->avc_ctx->last_gop_maxtref = ctx->avc_ctx->maxtref; in slice_header()
1056 ctx->avc_ctx->maxtref = 0; in slice_header()
1102 if( ctx->timing->current_tref > ctx->avc_ctx->maxtref ) { in slice_header()
1103 ctx->avc_ctx->maxtref = ctx->timing->current_tref; in slice_header()
1156 current_index, ctx->avc_ctx->currref, ctx->avc_ctx->lastmaxidx, ctx->avc_ctx->maxtref); in slice_header()
H A Davc_functions.h42 int maxtref; member
H A Dccx_decoders_structs.h184 int maxtref; // Use to remember the temporal reference number member
H A Dccx_decoders_common.c348 ctx->maxtref = 0; in init_cc_decode()