Searched refs:this_sz (Results 1 – 5 of 5) sorted by relevance
570 uint32_t this_sz = 0; in vp9_parse_superframe_index() local572 for (j = 0; j < mag; ++j) this_sz |= ((uint32_t)(*x++)) << (j * 8); in vp9_parse_superframe_index()573 sizes[i] = this_sz; in vp9_parse_superframe_index()
596 uint32_t this_sz = 0; in parse_superframe_index() local598 for (j = 0; j < mag; ++j) this_sz |= (*x++) << (j * 8); in parse_superframe_index()599 sizes[i] = this_sz; in parse_superframe_index()
398 uint32_t this_sz = 0; in parse_superframe_index() local400 for (j = 0; j < mag; ++j) this_sz |= (*x++) << (j * 8); in parse_superframe_index()401 sizes[i] = this_sz; in parse_superframe_index()
685 uint32_t this_sz = 0; in ParseSuperframeIndex() local688 this_sz |= (*x++) << (j * 8); in ParseSuperframeIndex()690 sizes[i] = this_sz; in ParseSuperframeIndex()
1048 unsigned int this_sz = (unsigned int)ctx->pending_frame_sizes[i]; in write_superframe_index() local1051 *x++ = this_sz & 0xff; in write_superframe_index()1052 this_sz >>= 8; in write_superframe_index()