Searched refs:qcoeff_pbuf (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_context_tree.h29 tran_low_t *qcoeff_pbuf[MAX_MB_PLANE][3]; member in struct:__anon13153
H A Dvp9_context_tree.c41 ctx->qcoeff_pbuf[i][k] = ctx->qcoeff[i][k];
H A Dvp9_encodeframe.c552 p[i].qcoeff = ctx->qcoeff_pbuf[i][1];
559 p[i].qcoeff = ctx->qcoeff_pbuf[i][2];
726 p[i].qcoeff = ctx->qcoeff_pbuf[i][0];
3345 p[i].qcoeff = ctx->qcoeff_pbuf[i][0];
H A Dvp9_rdopt.c154 p->qcoeff = ctx->qcoeff_pbuf[i][m];
159 ctx->qcoeff_pbuf[i][m] = ctx->qcoeff_pbuf[i][n];
164 ctx->qcoeff_pbuf[i][n] = p->qcoeff;
H A Dvp9_firstpass.c505 p[i].qcoeff = ctx->qcoeff_pbuf[i][1];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h40 int16_t *qcoeff_pbuf[MAX_MB_PLANE][3]; member in struct:__anon24933
H A Dvp9_rdopt.c1394 p[i].qcoeff = ctx->qcoeff_pbuf[i][2];
1399 ctx->qcoeff_pbuf[i][2] = ctx->qcoeff_pbuf[i][0];
1404 ctx->qcoeff_pbuf[i][0] = p[i].qcoeff;
3048 p[i].qcoeff = ctx->qcoeff_pbuf[i][1];
3053 ctx->qcoeff_pbuf[i][1] = ctx->qcoeff_pbuf[i][0];
3058 ctx->qcoeff_pbuf[i][0] = p[i].qcoeff;
H A Dvp9_encodeframe.c864 p[i].qcoeff = ctx->qcoeff_pbuf[i][1];
871 p[i].qcoeff = ctx->qcoeff_pbuf[i][2];
1006 p[i].qcoeff = ctx->qcoeff_pbuf[i][0];
3281 p[i].qcoeff = ctx->qcoeff_pbuf[i][0];
H A Dvp9_firstpass.c553 p[i].qcoeff = ctx->qcoeff_pbuf[i][1];
H A Dvp9_onyx_if.c1014 ctx->qcoeff_pbuf[i][k] = ctx->qcoeff[i][k];

Completed in 181 milliseconds