Lines Matching refs:blocks_per_slice
409 int blocks_per_slice, int scale)
420 for (i = 1; i < blocks_per_slice; i++, blocks += 64) {
435 int blocks_per_slice,
443 max_coeffs = blocks_per_slice << 6;
474 int blocks_per_slice = mbs_per_slice * blocks_per_mb;
476 encode_dcs(pb, blocks, blocks_per_slice, qmat[0]);
477 encode_acs(pb, blocks, blocks_per_slice, plane_size_factor,
649 static int estimate_dcs(int *error, int16_t *blocks, int blocks_per_slice,
663 for (i = 1; i < blocks_per_slice; i++, blocks += 64) {
680 static int estimate_acs(int *error, int16_t *blocks, int blocks_per_slice,
689 max_coeffs = blocks_per_slice << 6;
722 int blocks_per_slice;
725 blocks_per_slice = mbs_per_slice * blocks_per_mb;
727 bits = estimate_dcs(error, td->blocks[plane], blocks_per_slice, qmat[0]);
728 bits += estimate_acs(error, td->blocks[plane], blocks_per_slice,