Searched refs:this_sz (Results 1 – 3 of 3) sorted by relevance
295 uint32_t this_sz = 0; in parse_superframe_index() local298 this_sz |= (*x++) << (j * 8); in parse_superframe_index()299 sizes[i] = this_sz; in parse_superframe_index()342 uint32_t this_sz = sizes[frame_count]; in vp9_decode() local344 if (data_sz < this_sz) { in vp9_decode()349 data_sz = this_sz; in vp9_decode()
643 unsigned int this_sz = (unsigned int)ctx->pending_frame_sizes[i]; in write_superframe_index() local646 *x++ = this_sz & 0xff; in write_superframe_index()647 this_sz >>= 8; in write_superframe_index()
204 int this_sz = sf->sizes[i]; in sf_create_index() local208 *bufp++ = this_sz & 0xff; in sf_create_index()209 this_sz >>= 8; in sf_create_index()