Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_hevc.c157 unsigned int iBefore = 0; in vlVaHandlePictureParameterBufferHEVC() local
165 if ((hevc->ReferenceFrames[i].flags & VA_PICTURE_HEVC_RPS_ST_CURR_BEFORE) && (iBefore < 8)) { in vlVaHandlePictureParameterBufferHEVC()
166 context->desc.h265.RefPicSetStCurrBefore[iBefore++] = i; in vlVaHandlePictureParameterBufferHEVC()
/third_party/sqlite/src/
H A Dshell.c4134 ** insertion point is just prior to existing opcode iBefore.
4136 static int re_insert(ReCompiled *p, int iBefore, int op, int arg){ in re_insert() argument
4139 for(i=p->nState; i>iBefore; i--){ in re_insert()
4144 p->aOp[iBefore] = (char)op; in re_insert()
4145 p->aArg[iBefore] = arg; in re_insert()
4146 return iBefore; in re_insert()

Completed in 49 milliseconds