poca              358 drivers/staging/media/hantro/hantro_h264.c 	s32 poca, pocb;
poca              379 drivers/staging/media/hantro/hantro_h264.c 	poca = builder->pocs[idxa];
poca              387 drivers/staging/media/hantro/hantro_h264.c 	if ((poca < builder->curpoc) != (pocb < builder->curpoc))
poca              388 drivers/staging/media/hantro/hantro_h264.c 		return POC_CMP(poca, pocb);
poca              389 drivers/staging/media/hantro/hantro_h264.c 	else if (poca < builder->curpoc)
poca              390 drivers/staging/media/hantro/hantro_h264.c 		return POC_CMP(pocb, poca);
poca              392 drivers/staging/media/hantro/hantro_h264.c 	return POC_CMP(poca, pocb);
poca              399 drivers/staging/media/hantro/hantro_h264.c 	s32 poca, pocb;
poca              420 drivers/staging/media/hantro/hantro_h264.c 	poca = builder->pocs[idxa];
poca              428 drivers/staging/media/hantro/hantro_h264.c 	if ((poca < builder->curpoc) != (pocb < builder->curpoc))
poca              429 drivers/staging/media/hantro/hantro_h264.c 		return POC_CMP(pocb, poca);
poca              430 drivers/staging/media/hantro/hantro_h264.c 	else if (poca < builder->curpoc)
poca              431 drivers/staging/media/hantro/hantro_h264.c 		return POC_CMP(pocb, poca);
poca              433 drivers/staging/media/hantro/hantro_h264.c 	return POC_CMP(poca, pocb);