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

  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 381 uint32_t this_sz = 0; local
384 this_sz |= (*x++) << (j * 8);
385 sizes[i] = this_sz;
428 uint32_t this_sz = sizes[frame_count]; local
430 if (data_sz < this_sz) {
435 data_sz = this_sz;
vp9_cx_iface.c 617 int this_sz = ctx->pending_frame_sizes[i]; local
620 *x++ = this_sz & 0xff;
621 this_sz >>= 8;
    [all...]

Completed in 61 milliseconds