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

  /external/libvpx/libvpx/vp9/encoder/
vp9_context_tree.h 39 uint16_t *eobs_pbuf[MAX_MB_PLANE][3]; member in struct:__anon16587
vp9_context_tree.c 43 ctx->eobs_pbuf[i][k] = ctx->eobs[i][k];
vp9_ethread.c 164 p[j].eobs = ctx->eobs_pbuf[j][0];
vp9_rdopt.c 144 p->eobs = ctx->eobs_pbuf[i][m];
149 ctx->eobs_pbuf[i][m] = ctx->eobs_pbuf[i][n];
154 ctx->eobs_pbuf[i][n] = p->eobs;
    [all...]
vp9_encodeframe.c     [all...]
vp9_firstpass.c 621 p[i].eobs = ctx->eobs_pbuf[i][1];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_block.h 42 uint16_t *eobs_pbuf[MAX_MB_PLANE][3]; member in struct:__anon30232
vp9_rdopt.c     [all...]
vp9_encodeframe.c 882 p[i].eobs = ctx->eobs_pbuf[i][1];
889 p[i].eobs = ctx->eobs_pbuf[i][2];
    [all...]
vp9_firstpass.c 554 p[i].eobs = ctx->eobs_pbuf[i][1];
    [all...]
vp9_onyx_if.c     [all...]

Completed in 975 milliseconds