Searched refs:this_sz (Results 1 – 3 of 3) sorted by relevance
492 uint32_t this_sz = 0; in vp9_parse_superframe_index() local494 for (j = 0; j < mag; ++j) this_sz |= ((uint32_t)(*x++)) << (j * 8); in vp9_parse_superframe_index()495 sizes[i] = this_sz; in vp9_parse_superframe_index()
548 uint32_t this_sz = 0; in parse_superframe_index() local550 for (j = 0; j < mag; ++j) this_sz |= (*x++) << (j * 8); in parse_superframe_index()551 sizes[i] = this_sz; in parse_superframe_index()
1016 unsigned int this_sz = (unsigned int)ctx->pending_frame_sizes[i]; in write_superframe_index() local1019 *x++ = this_sz & 0xff; in write_superframe_index()1020 this_sz >>= 8; in write_superframe_index()