Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodemb.c314 mb->token_costs[type][band][pt][tokens[next][0].token]; in optimize_b()
316 mb->token_costs[type][band][pt][tokens[next][1].token]; in optimize_b()
373 rate0 += mb->token_costs[type][band][pt][ in optimize_b()
379 rate1 += mb->token_costs[type][band][pt][ in optimize_b()
420 tokens[next][0].rate += mb->token_costs[type][band][0][t0]; in optimize_b()
425 tokens[next][1].rate += mb->token_costs[type][band][0][t1]; in optimize_b()
441 rate0 += mb->token_costs[type][band][pt][t0]; in optimize_b()
442 rate1 += mb->token_costs[type][band][pt][t1]; in optimize_b()
Dblock.h106 int (*token_costs)[COEF_BANDS][PREV_COEF_CONTEXTS] member
Dethreading.c349 z->token_costs = x->token_costs; in setup_mbby_copy()
Donyx_int.h700 int token_costs[BLOCK_TYPES][COEF_BANDS] member
Drdopt.c326 cpi->mb.token_costs, in vp8_initialize_rd_consts()
536 cost += mb->token_costs [type] [vp8_coef_bands[c]] [pt] [t]; in cost_coeffs()
542 cost += mb->token_costs [type] [vp8_coef_bands[c]] [pt] [DCT_EOB_TOKEN]; in cost_coeffs()
Donyx_if.c2113 cpi->mb.token_costs = cpi->rd_costs.token_costs; in vp8_create_compressor()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemb.c176 mb->token_costs[tx_size][type][ref][band][0][pt] in optimize_b()
179 mb->token_costs[tx_size][type][ref][band][0][pt] in optimize_b()
225 rate0 += mb->token_costs[tx_size][type][ref][band][!x][pt] in optimize_b()
230 rate1 += mb->token_costs[tx_size][type][ref][band][!x][pt] in optimize_b()
262 mb->token_costs[tx_size][type][ref][band][1][0][t0]; in optimize_b()
267 mb->token_costs[tx_size][type][ref][band][1][0][t1]; in optimize_b()
284 rate0 += mb->token_costs[tx_size][type][ref][band][0][pt][t0]; in optimize_b()
285 rate1 += mb->token_costs[tx_size][type][ref][band][0][pt][t1]; in optimize_b()
Dvp9_block.h159 vp9_coeff_cost token_costs[TX_SIZES]; member
Dvp9_rdopt.c295 fill_token_costs(x->token_costs, cm->fc.coef_probs); in vp9_initialize_rd_consts()
566 unsigned int (*token_costs)[2][COEFF_CONTEXTS][ENTROPY_TOKENS] = in cost_coeffs() local
567 x->token_costs[tx_size][type][is_inter_block(mbmi)]; in cost_coeffs()
577 cost = token_costs[0][0][pt][EOB_TOKEN]; in cost_coeffs()
585 cost = (*token_costs)[0][pt][prev_t] + vp9_dct_value_cost_ptr[v]; in cost_coeffs()
587 ++token_costs; in cost_coeffs()
597 cost += (*token_costs)[!prev_t][!prev_t][t] + vp9_dct_value_cost_ptr[v]; in cost_coeffs()
600 cost += (*token_costs)[!prev_t][pt][t] + vp9_dct_value_cost_ptr[v]; in cost_coeffs()
606 ++token_costs; in cost_coeffs()
613 cost += (*token_costs)[0][!prev_t][EOB_TOKEN]; in cost_coeffs()
[all …]