Searched refs:av1_get_entropy_contexts (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | rd.h | 423 void av1_get_entropy_contexts(BLOCK_SIZE bsize,
|
D | encodemb.c | 506 av1_get_entropy_contexts(bsizec, pd, ctx.ta[plane], ctx.tl[plane]); in av1_encode_sb() 653 av1_get_entropy_contexts(bsize, pd, ta, tl); in av1_encode_intra_block_plane()
|
D | rd.c | 957 void av1_get_entropy_contexts(BLOCK_SIZE bsize, in av1_get_entropy_contexts() function
|
D | rdopt.c | 3552 av1_get_entropy_contexts(bsize, pd, args.t_above, args.t_left); in txfm_rd_in_plane() 3926 av1_get_entropy_contexts(bsize, &xd->plane[0], ctxa, ctxl); in set_skip_flag() 5419 av1_get_entropy_contexts(bsize, pd, ctxa, ctxl); in select_tx_size_and_type() 5614 av1_get_entropy_contexts(bsize, pd, ctxa, ctxl); in inter_block_yrd()
|