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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_context_tree.h30 tran_low_t *dqcoeff_pbuf[MAX_MB_PLANE][3]; member in struct:__anon13153
H A Dvp9_context_tree.c42 ctx->dqcoeff_pbuf[i][k] = ctx->dqcoeff[i][k];
H A Dvp9_encodeframe.c553 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][1];
560 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][2];
727 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][0];
3346 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][0];
H A Dvp9_rdopt.c155 pd->dqcoeff = ctx->dqcoeff_pbuf[i][m];
160 ctx->dqcoeff_pbuf[i][m] = ctx->dqcoeff_pbuf[i][n];
165 ctx->dqcoeff_pbuf[i][n] = pd->dqcoeff;
H A Dvp9_firstpass.c506 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][1];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h41 int16_t *dqcoeff_pbuf[MAX_MB_PLANE][3]; member in struct:__anon24933
H A Dvp9_rdopt.c1395 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][2];
1400 ctx->dqcoeff_pbuf[i][2] = ctx->dqcoeff_pbuf[i][0];
1405 ctx->dqcoeff_pbuf[i][0] = pd[i].dqcoeff;
3049 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][1];
3054 ctx->dqcoeff_pbuf[i][1] = ctx->dqcoeff_pbuf[i][0];
3059 ctx->dqcoeff_pbuf[i][0] = pd[i].dqcoeff;
H A Dvp9_encodeframe.c865 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][1];
872 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][2];
1007 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][0];
3282 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][0];
H A Dvp9_firstpass.c554 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][1];
H A Dvp9_onyx_if.c1015 ctx->dqcoeff_pbuf[i][k] = ctx->dqcoeff[i][k];

Completed in 1004 milliseconds