Searched defs:ui32FrameNum (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dtng_picmgmt.c78 void tng__picmgmt_long_term_refs(context_ENC_p __maybe_unused ctx, IMG_UINT32 __maybe_unused ui32FrameNum) argument
88 if (ui32FrameNum == 0) {
91 } else if (((ui32FrameNum - 1) % (ctx->sRCParams.ui16BFrames + 1)) == 0) {
93 ui32FrameCnt = ui32FrameNum + ctx->sRCParams.ui16BFrames;
98 ui32FrameCnt = ui32FrameNum - 1;
313 void tng__picmgmt_custom_scaling(context_ENC_p ctx, IMG_UINT32 ui32FrameNum) argument
315 if (ui32FrameNum % ctx->ui32PpsScalingCnt == 0) {
317 if (ui32FrameNum % (ctx->ui32PpsScalingCnt * 2) == 0) {

Completed in 48 milliseconds