Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpeg4videodec.h74 int cplx_estimation_trash_p; member
H A Dmpeg4videodec.c2637 ctx->cplx_estimation_trash_p += 8 * get_bits1(gb); /* inter_blocks */ in decode_vol_header()
2638 ctx->cplx_estimation_trash_p += 8 * get_bits1(gb); /* inter4v_blocks */ in decode_vol_header()
2652 ctx->cplx_estimation_trash_p += 8 * get_bits1(gb); /* apm */ in decode_vol_header()
2653 ctx->cplx_estimation_trash_p += 8 * get_bits1(gb); /* npm */ in decode_vol_header()
2655 ctx->cplx_estimation_trash_p += 8 * get_bits1(gb); /* forwback_mc_q */ in decode_vol_header()
2656 ctx->cplx_estimation_trash_p += 8 * get_bits1(gb); /* halfpel2 */ in decode_vol_header()
2657 ctx->cplx_estimation_trash_p += 8 * get_bits1(gb); /* halfpel4 */ in decode_vol_header()
2665 ctx->cplx_estimation_trash_p += 8 * get_bits1(gb); /* qpel */ in decode_vol_header()
2675 ctx->cplx_estimation_trash_p = in decode_vol_header()
3071 skip_bits_long(gb, ctx->cplx_estimation_trash_p); in decode_vop_header()
[all...]

Completed in 9 milliseconds