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

  /external/libaom/libaom/av1/common/
entropy.c 146 RESET_CDF_COUNTER_STRIDE(fc->uv_mode_cdf[0], UV_INTRA_MODES - 1,
148 RESET_CDF_COUNTER(fc->uv_mode_cdf[1], UV_INTRA_MODES);
entropymode.h 138 aom_cdf_prob uv_mode_cdf[CFL_ALLOWED_TYPES][INTRA_MODES] member in struct:frame_contexts
entropymode.c     [all...]
  /external/libaom/libaom/av1/encoder/
rd.c 114 fc->uv_mode_cdf[i][j], NULL);
    [all...]
encodeframe.c     [all...]
bitstream.c     [all...]
  /external/libaom/libaom/av1/decoder/
decodemv.c 127 aom_read_symbol(r, ec_ctx->uv_mode_cdf[cfl_allowed][y_mode],
    [all...]

Completed in 1418 milliseconds