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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c651 static int rate_block(int plane, int block, TX_SIZE tx_size, int coeff_ctx, argument
653 return cost_coeffs(args->x, plane, block, tx_size, coeff_ctx, args->so->scan,
667 const int coeff_ctx = local
708 vp9_optimize_b(x, plane, block, tx_size, coeff_ctx);
743 vp9_optimize_b(x, plane, block, tx_size, coeff_ctx);
754 rate = rate_block(plane, block, tx_size, coeff_ctx, args);
1021 const int coeff_ctx = local
1025 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan,
1036 const int coeff_ctx = local
1043 ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, s
1121 const int coeff_ctx = local
1136 const int coeff_ctx = local
1576 int coeff_ctx; local
[all...]

Completed in 147 milliseconds