Searched refs:this_sz (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c318 uint32_t this_sz = 0; local
321 this_sz |= (*x++) << (j * 8);
322 sizes[i] = this_sz;
364 uint32_t this_sz = sizes[frame_count]; local
366 if (data_sz < this_sz) {
371 data_sz = this_sz;
H A Dvp9_cx_iface.c652 unsigned int this_sz = (unsigned int)ctx->pending_frame_sizes[i]; local
655 *x++ = this_sz & 0xff;
656 this_sz >>= 8;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_dx_iface.c339 uint32_t this_sz = 0; local
342 this_sz |= (*x++) << (j * 8);
343 sizes[i] = this_sz;
H A Dvp9_cx_iface.c671 unsigned int this_sz = (unsigned int)ctx->pending_frame_sizes[i]; local
674 *x++ = this_sz & 0xff;
675 this_sz >>= 8;
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dsvc_encodeframe.c204 int this_sz = sf->sizes[i]; local
208 *bufp++ = this_sz & 0xff;
209 this_sz >>= 8;
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c204 int this_sz = sf->sizes[i]; local
208 *bufp++ = this_sz & 0xff;
209 this_sz >>= 8;

Completed in 663 milliseconds