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

  /external/libaom/libaom/av1/encoder/
rd.c 167 const aom_cdf_prob *cdf_v = fc->cfl_alpha_cdf[CFL_CONTEXT_V(joint_sign)]; local
168 av1_cost_tokens_from_cdf(cost_v, cdf_v, NULL);
    [all...]
bitstream.c 871 aom_cdf_prob *cdf_v = ec_ctx->cfl_alpha_cdf[CFL_CONTEXT_V(joint_sign)]; local
    [all...]
encodeframe.c 881 aom_cdf_prob *cdf_v = fc->cfl_alpha_cdf[CFL_CONTEXT_V(joint_sign)]; local
    [all...]
  /external/libaom/libaom/av1/decoder/
decodemv.c 144 aom_cdf_prob *cdf_v = ec_ctx->cfl_alpha_cdf[CFL_CONTEXT_V(joint_sign)]; local
145 idx += aom_read_symbol(r, cdf_v, CFL_ALPHABET_SIZE, "cfl:alpha_v");
    [all...]

Completed in 2689 milliseconds