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

  /external/libvpx/libvpx/vp9/
vp9_dx_iface.h 51 cache_frame frame_cache[FRAME_CACHE_SIZE]; member in struct:vpx_codec_alg_priv
vp9_dx_iface.c 534 ctx->frame_cache[ctx->frame_cache_write].fb_idx = cm->new_fb_idx;
535 yuvconfig2image(&ctx->frame_cache[ctx->frame_cache_write].img, &sd,
537 ctx->frame_cache[ctx->frame_cache_write].img.fb_priv =
696 ctx->last_show_frame = ctx->frame_cache[ctx->frame_cache_read].fb_idx;
699 img = &ctx->frame_cache[ctx->frame_cache_read].img;
    [all...]

Completed in 36 milliseconds