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

  /external/libaom/libaom/av1/common/
entropy.c 177 RESET_CDF_COUNTER(fc->cfl_alpha_cdf, CFL_ALPHABET_SIZE);
entropymode.h 163 aom_cdf_prob cfl_alpha_cdf[CFL_ALPHA_CONTEXTS][CDF_SIZE(CFL_ALPHABET_SIZE)]; member in struct:frame_contexts
entropymode.c     [all...]
  /external/libaom/libaom/av1/encoder/
rd.c 161 const aom_cdf_prob *cdf_u = fc->cfl_alpha_cdf[CFL_CONTEXT_U(joint_sign)];
167 const aom_cdf_prob *cdf_v = fc->cfl_alpha_cdf[CFL_CONTEXT_V(joint_sign)];
    [all...]
encodeframe.c     [all...]
bitstream.c     [all...]
  /external/libaom/libaom/av1/decoder/
decodemv.c 139 aom_cdf_prob *cdf_u = ec_ctx->cfl_alpha_cdf[CFL_CONTEXT_U(joint_sign)];
144 aom_cdf_prob *cdf_v = ec_ctx->cfl_alpha_cdf[CFL_CONTEXT_V(joint_sign)];
    [all...]

Completed in 327 milliseconds