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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_context_tree.h39 uint16_t *eobs_pbuf[MAX_MB_PLANE][3]; member in struct:__anon11085
H A Dvp9_context_tree.c43 ctx->eobs_pbuf[i][k] = ctx->eobs[i][k];
H A Dvp9_ethread.c164 p[j].eobs = ctx->eobs_pbuf[j][0];
H A Dvp9_rdopt.c144 p->eobs = ctx->eobs_pbuf[i][m];
149 ctx->eobs_pbuf[i][m] = ctx->eobs_pbuf[i][n];
154 ctx->eobs_pbuf[i][n] = p->eobs;
3605 x->plane[plane].eobs = ctx->eobs_pbuf[plane][1];
3610 x->plane[plane].eobs = ctx->eobs_pbuf[plane][2];
H A Dvp9_encodeframe.c1022 p[i].eobs = ctx->eobs_pbuf[i][1];
1029 p[i].eobs = ctx->eobs_pbuf[i][2];
1191 p[i].eobs = ctx->eobs_pbuf[i][0];
3942 p[i].eobs = ctx->eobs_pbuf[i][0];
H A Dvp9_firstpass.c621 p[i].eobs = ctx->eobs_pbuf[i][1];

Completed in 87 milliseconds