HomeSort by relevance Sort by last modified time
    Searched refs:eobs (Results 26 - 34 of 34) sorted by null

12

  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 1091 unsigned char eobs[16]; member in struct:__anon23968
    [all...]
encodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 175 uint16_t *eobs; member in struct:macroblockd_plane
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 47 DECLARE_ALIGNED(16, uint16_t, eobs[MAX_MB_PLANE][256]);
247 const int eob = pd->eobs[block];
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c 178 pd->dequant, p->zbin_extra, &pd->eobs[pb_idx.block], scan, iscan);
vp9_onyx_if.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...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_quantize_ssse3.asm 183 ; horizontally accumulate/max eobs and write into [eob] memory pointer

Completed in 1433 milliseconds

12