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

  /external/libaom/libaom/av1/common/
txb_common.h 31 int txb_skip_ctx; member in struct:txb_ctx
387 txb_ctx->txb_skip_ctx = 0;
391 // txb_skip_ctx = 1;
393 // txb_skip_ctx = 2 + (max > 3);
395 // txb_skip_ctx = 4;
397 // txb_skip_ctx = 5;
399 // txb_skip_ctx = 6;
422 txb_ctx->txb_skip_ctx = skip_contexts[min][max];
430 txb_ctx->txb_skip_ctx = ctx_base + ctx_offset;
  /external/libaom/libaom/av1/encoder/
rdopt.h 83 return coeff_costs->txb_skip_cost[txb_ctx->txb_skip_ctx][1];
encodetxb.c 512 ec_ctx->txb_skip_cdf[txs_ctx][txb_ctx->txb_skip_ctx], 2);
647 x->mbmi_ext->cb_coef_buff->txb_skip_ctx[plane] + txb_offset;
744 const int txb_skip_ctx = txb_ctx->txb_skip_ctx; local
756 int cost = coeff_costs->txb_skip_cost[txb_skip_ctx][0];
842 return coeff_costs->txb_skip_cost[txb_ctx->txb_skip_ctx][1];
    [all...]
block.h 70 uint8_t txb_skip_ctx[MAX_MB_PLANE] member in struct:__anon26575
rdopt.c     [all...]
bitstream.c 378 x->mbmi_ext->cb_coef_buff->txb_skip_ctx[plane] + txb_offset;
    [all...]
  /external/libaom/libaom/av1/decoder/
decodetxb.c 133 r, ec_ctx->txb_skip_cdf[txs_ctx][txb_ctx->txb_skip_ctx], 2, ACCT_STR);

Completed in 122 milliseconds