Home
last modified time | relevance | path

Searched refs:coeff_ctx (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c651 static int rate_block(int plane, int block, TX_SIZE tx_size, int coeff_ctx, in rate_block() argument
653 return cost_coeffs(args->x, plane, block, tx_size, coeff_ctx, args->so->scan, in rate_block()
667 const int coeff_ctx = in block_rd_txfm() local
708 vp9_optimize_b(x, plane, block, tx_size, coeff_ctx); in block_rd_txfm()
742 vp9_optimize_b(x, plane, block, tx_size, coeff_ctx); in block_rd_txfm()
753 rate = rate_block(plane, block, tx_size, coeff_ctx, args); in block_rd_txfm()
1020 const int coeff_ctx = in rd_pick_intra4x4block() local
1024 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan, in rd_pick_intra4x4block()
1035 const int coeff_ctx = in rd_pick_intra4x4block() local
1042 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan, in rd_pick_intra4x4block()
[all …]