Lines Matching refs:pos
396 RK_S32 pos = -1; in check_ref_cpb_pos() local
400 return pos; in check_ref_cpb_pos()
405 for (pos = 0; pos < MAX_CPB_LT_FRM; pos++) { in check_ref_cpb_pos()
406 RK_S32 cpb_idx = pos + MAX_CPB_ST_FRM; in check_ref_cpb_pos()
410 pos = cpb_idx; in check_ref_cpb_pos()
411 enc_refs_dbg_flow("found ltr ref %d at pos %d\n", seq_idx, pos); in check_ref_cpb_pos()
418 for (pos = 0; pos < MAX_CPB_ST_FRM; pos++) { in check_ref_cpb_pos()
419 EncFrmStatus *cpb_ref = &cpb->cpb_refs[pos]; in check_ref_cpb_pos()
422 seq_idx, pos, cpb_ref->seq_idx); in check_ref_cpb_pos()
425 enc_refs_dbg_flow("found ref %d at pos %d\n", seq_idx, pos); in check_ref_cpb_pos()
434 pos = -1; in check_ref_cpb_pos()
438 return pos; in check_ref_cpb_pos()