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

  /external/libaom/libaom/av1/common/
entropy.c 110 RESET_CDF_COUNTER(fc->obmc_cdf, 2);
entropymode.h 103 aom_cdf_prob obmc_cdf[BLOCK_SIZES_ALL][CDF_SIZE(2)]; member in struct:frame_contexts
entropymode.c     [all...]
  /external/libaom/libaom/av1/encoder/
rd.c 301 av1_cost_tokens_from_cdf(x->motion_mode_cost1[i], fc->obmc_cdf[i], NULL);
    [all...]
encodeframe.c     [all...]
bitstream.c 279 xd->tile_ctx->obmc_cdf[mbmi->sb_type], 2);
    [all...]
  /external/libaom/libaom/av1/decoder/
decodemv.c 221 aom_read_symbol(r, xd->tile_ctx->obmc_cdf[mbmi->sb_type], 2, ACCT_STR);
    [all...]

Completed in 152 milliseconds