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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_context_tree.h28 tran_low_t *coeff_pbuf[MAX_MB_PLANE][3]; member in struct:__anon13153
H A Dvp9_context_tree.c40 ctx->coeff_pbuf[i][k] = ctx->coeff[i][k];
H A Dvp9_encodeframe.c551 p[i].coeff = ctx->coeff_pbuf[i][1];
558 p[i].coeff = ctx->coeff_pbuf[i][2];
725 p[i].coeff = ctx->coeff_pbuf[i][0];
3344 p[i].coeff = ctx->coeff_pbuf[i][0];
H A Dvp9_rdopt.c153 p->coeff = ctx->coeff_pbuf[i][m];
158 ctx->coeff_pbuf[i][m] = ctx->coeff_pbuf[i][n];
163 ctx->coeff_pbuf[i][n] = p->coeff;
H A Dvp9_firstpass.c504 p[i].coeff = ctx->coeff_pbuf[i][1];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h39 int16_t *coeff_pbuf[MAX_MB_PLANE][3]; member in struct:__anon24933
H A Dvp9_rdopt.c1393 p[i].coeff = ctx->coeff_pbuf[i][2];
1398 ctx->coeff_pbuf[i][2] = ctx->coeff_pbuf[i][0];
1403 ctx->coeff_pbuf[i][0] = p[i].coeff;
3047 p[i].coeff = ctx->coeff_pbuf[i][1];
3052 ctx->coeff_pbuf[i][1] = ctx->coeff_pbuf[i][0];
3057 ctx->coeff_pbuf[i][0] = p[i].coeff;
H A Dvp9_encodeframe.c863 p[i].coeff = ctx->coeff_pbuf[i][1];
870 p[i].coeff = ctx->coeff_pbuf[i][2];
1005 p[i].coeff = ctx->coeff_pbuf[i][0];
3280 p[i].coeff = ctx->coeff_pbuf[i][0];
H A Dvp9_firstpass.c552 p[i].coeff = ctx->coeff_pbuf[i][1];
H A Dvp9_onyx_if.c1013 ctx->coeff_pbuf[i][k] = ctx->coeff[i][k];

Completed in 149 milliseconds