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

  /external/libvpx/libvpx/vp9/
vp9_dx_iface.h 54 int num_cache_frames; member in struct:vpx_codec_alg_priv
vp9_dx_iface.c 332 ctx->num_cache_frames = 0;
541 ++ctx->num_cache_frames;
594 if (ctx->num_cache_frames < FRAME_CACHE_SIZE) {
613 if (ctx->num_cache_frames < FRAME_CACHE_SIZE) {
694 if (ctx->num_cache_frames > 0) {
701 --ctx->num_cache_frames;
    [all...]

Completed in 40 milliseconds