HomeSort by relevance Sort by last modified time
    Searched refs:this_sz (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 459 uint32_t this_sz = 0; local
461 for (j = 0; j < mag; ++j) this_sz |= ((uint32_t)(*x++)) << (j * 8);
462 sizes[i] = this_sz;
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 548 uint32_t this_sz = 0; local
550 for (j = 0; j < mag; ++j) this_sz |= (*x++) << (j * 8);
551 sizes[i] = this_sz;
    [all...]
  /external/libvpx/libvpx/test/
datarate_test.cc 1301 uint32_t this_sz = 0; local
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 1038 unsigned int this_sz = (unsigned int)ctx->pending_frame_sizes[i]; local
    [all...]

Completed in 101 milliseconds