Home
last modified time | relevance | path

Searched refs:this_sz (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c501 uint32_t this_sz = 0; in vp9_parse_superframe_index() local
504 this_sz |= (*x++) << (j * 8); in vp9_parse_superframe_index()
505 sizes[i] = this_sz; in vp9_parse_superframe_index()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c534 uint32_t this_sz = 0; in parse_superframe_index() local
537 this_sz |= (*x++) << (j * 8); in parse_superframe_index()
538 sizes[i] = this_sz; in parse_superframe_index()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c918 unsigned int this_sz = (unsigned int)ctx->pending_frame_sizes[i]; in write_superframe_index() local
921 *x++ = this_sz & 0xff; in write_superframe_index()
922 this_sz >>= 8; in write_superframe_index()