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

  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 39 uint16_t *eobs_pbuf[MAX_MB_PLANE][3]; member in struct:__anon21302
vp9_rdopt.c     [all...]
vp9_encodeframe.c 394 pd[i].eobs = ctx->eobs_pbuf[i][1];
401 pd[i].eobs = ctx->eobs_pbuf[i][2];
628 pd[i].eobs = ctx->eobs_pbuf[i][0];
    [all...]
vp9_firstpass.c 536 pd[i].eobs = ctx->eobs_pbuf[i][1];
    [all...]
vp9_onyx_if.c     [all...]

Completed in 277 milliseconds