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

  /external/libaom/libaom/av1/encoder/
context_tree.h 50 uint8_t *txb_entropy_ctx[MAX_MB_PLANE]; member in struct:__anon26589
context_tree.c 41 cm, ctx->txb_entropy_ctx[i],
42 aom_memalign(32, num_blk * sizeof(*ctx->txb_entropy_ctx[i])));
64 aom_free(ctx->txb_entropy_ctx[i]);
65 ctx->txb_entropy_ctx[i] = 0;
encodemb.h 79 const uint8_t ctx = x->plane[plane].txb_entropy_ctx[block];
block.h 38 uint8_t *txb_entropy_ctx; member in struct:macroblock_plane
122 uint8_t txb_entropy_ctx; member in struct:__anon26581
encodemb.c 193 p->txb_entropy_ctx[block] =
196 p->txb_entropy_ctx[block] = 0;
247 p->txb_entropy_ctx[block] = 0;
579 p->txb_entropy_ctx[block] = 0;
firstpass.c 417 p[i].txb_entropy_ctx = ctx->txb_entropy_ctx[i];
encodetxb.c     [all...]
rdopt.c 5156 int txb_entropy_ctx; member in struct:__anon26644
    [all...]
encodeframe.c 385 p[i].txb_entropy_ctx = ctx->txb_entropy_ctx[i];
562 p[i].txb_entropy_ctx = ctx->txb_entropy_ctx[i];
    [all...]

Completed in 101 milliseconds