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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_block.h41 int16_t *dqcoeff_pbuf[MAX_MB_PLANE][3]; member in struct:__anon607
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.c881 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][1];
888 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][2];
1023 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][0];
3135 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][0];
H A Dvp9_firstpass.c553 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][1];
H A Dvp9_onyx_if.c1058 ctx->dqcoeff_pbuf[i][k] = ctx->dqcoeff[i][k];

Completed in 109 milliseconds