HomeSort by relevance Sort by last modified time
    Searched refs:qcoeff_pbuf (Results 1 - 11 of 11) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_context_tree.h 37 tran_low_t *qcoeff_pbuf[MAX_MB_PLANE][3]; member in struct:__anon16587
vp9_context_tree.c 41 ctx->qcoeff_pbuf[i][k] = ctx->qcoeff[i][k];
vp9_ethread.c 162 p[j].qcoeff = ctx->qcoeff_pbuf[j][0];
vp9_encodeframe.c     [all...]
vp9_rdopt.c 142 p->qcoeff = ctx->qcoeff_pbuf[i][m];
147 ctx->qcoeff_pbuf[i][m] = ctx->qcoeff_pbuf[i][n];
152 ctx->qcoeff_pbuf[i][n] = p->qcoeff;
    [all...]
vp9_firstpass.c 619 p[i].qcoeff = ctx->qcoeff_pbuf[i][1];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_block.h 40 int16_t *qcoeff_pbuf[MAX_MB_PLANE][3]; member in struct:__anon30232
vp9_rdopt.c     [all...]
vp9_encodeframe.c 880 p[i].qcoeff = ctx->qcoeff_pbuf[i][1];
887 p[i].qcoeff = ctx->qcoeff_pbuf[i][2];
    [all...]
vp9_firstpass.c 552 p[i].qcoeff = ctx->qcoeff_pbuf[i][1];
    [all...]
vp9_onyx_if.c     [all...]

Completed in 667 milliseconds