Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c295 uint32_t this_sz = 0; in parse_superframe_index() local
298 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() local
344 if (data_sz < this_sz) { in vp9_decode()
349 data_sz = this_sz; in vp9_decode()
Dvp9_cx_iface.c643 unsigned int this_sz = (unsigned int)ctx->pending_frame_sizes[i]; in write_superframe_index() local
646 *x++ = this_sz & 0xff; in write_superframe_index()
647 this_sz >>= 8; in write_superframe_index()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c204 int this_sz = sf->sizes[i]; in sf_create_index() local
208 *bufp++ = this_sz & 0xff; in sf_create_index()
209 this_sz >>= 8; in sf_create_index()