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

  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 385 uint32_t this_sz = 0; local
388 this_sz |= (*x++) << (j * 8);
389 sizes[i] = this_sz;
432 uint32_t this_sz = sizes[frame_count]; local
434 if (data_sz < this_sz) {
439 data_sz = this_sz;
vp9_cx_iface.c 616 int this_sz = ctx->pending_frame_sizes[i]; local
619 *x++ = this_sz & 0xff;
620 this_sz >>= 8;
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 190 int this_sz = sf->sizes[i]; local
194 *bufp++ = this_sz & 0xff;
195 this_sz >>= 8;

Completed in 36 milliseconds