Searched refs:inter_count (Results 1 – 4 of 4) sorted by relevance
94 ctx->pSwMbMap[i].inter_count = 0; in IntraUpdate_Init()114 ctx->pSwMbMap[i].inter_count = 0; in IntraUpdate_Frame()116 if (ctx->pSwMbMap[i].inter_count<ctx->FIR_THR) in IntraUpdate_Frame()117 ctx->pSwMbMap[i].inter_count++; in IntraUpdate_Frame()146 if (ctx->pSwMbMap[i].inter_count>=ctx->FIR_THR) { in IntraUpdate_Frame()
91 MS_S32 inter_count; // For FIR usage member
143 ctx->pSwMbMap[i].inter_count = 0; in IntraUpdate_Init()163 ctx->pSwMbMap[i].inter_count = 0; in IntraUpdate_Frame()165 if (ctx->pSwMbMap[i].inter_count<ctx->FIR_THR) in IntraUpdate_Frame()166 ctx->pSwMbMap[i].inter_count++; in IntraUpdate_Frame()195 if (ctx->pSwMbMap[i].inter_count>=ctx->FIR_THR) { in IntraUpdate_Frame()
89 int inter_count; // For FIR usage member