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

/hardware/intel/img/psb_video/src/
H A Dtng_hostair.c629 static void tng__calc_air_inp_ctrl_buf(context_ENC_p ctx, IMG_UINT8 *pFirstPassOutBuf, IMG_UINT8 *pBestMBDecisionCtrlBuf) argument
657 if (pBestMBDecisionCtrlBuf) {
658 pvSADBuffer = pBestMBDecisionCtrlBuf;
688 if (pBestMBDecisionCtrlBuf) {
719 if (pBestMBDecisionCtrlBuf)
737 if (pBestMBDecisionCtrlBuf) {
830 IMG_UINT8 *pBestMBDecisionCtrlBuf = NULL; local
834 tng__map_best_mb_decision_out_buf(ctx, ui8SlotNum, &pBestMBDecisionCtrlBuf);
836 if(pFirstPassOutBuf || pBestMBDecisionCtrlBuf)
837 tng__calc_air_inp_ctrl_buf (ctx, pFirstPassOutBuf, pBestMBDecisionCtrlBuf);
[all...]

Completed in 206 milliseconds