Searched refs:this_sz (Results 1 – 4 of 4) sorted by relevance
511 uint32_t this_sz = 0; in vp9_parse_superframe_index() local513 for (j = 0; j < mag; ++j) this_sz |= ((uint32_t)(*x++)) << (j * 8); in vp9_parse_superframe_index()514 sizes[i] = this_sz; in vp9_parse_superframe_index()
580 uint32_t this_sz = 0; in parse_superframe_index() local582 for (j = 0; j < mag; ++j) this_sz |= (*x++) << (j * 8); in parse_superframe_index()583 sizes[i] = this_sz; in parse_superframe_index()
385 uint32_t this_sz = 0; in parse_superframe_index() local387 for (j = 0; j < mag; ++j) this_sz |= (*x++) << (j * 8); in parse_superframe_index()388 sizes[i] = this_sz; in parse_superframe_index()
1027 unsigned int this_sz = (unsigned int)ctx->pending_frame_sizes[i]; in write_superframe_index() local1030 *x++ = this_sz & 0xff; in write_superframe_index()1031 this_sz >>= 8; in write_superframe_index()