HomeSort by relevance Sort by last modified time
    Searched refs:token_costs (Results 1 - 4 of 4) sorted by null

  /external/libvpx/vp8/encoder/
block.h 111 unsigned int token_costs[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens]; member in struct:__anon5118
encodemb.c 348 mb->token_costs[type][band][pt][tokens[next][0].token];
350 mb->token_costs[type][band][pt][tokens[next][1].token];
407 rate0 += mb->token_costs[type][band][pt][
413 rate1 += mb->token_costs[type][band][pt][
454 tokens[next][0].rate += mb->token_costs[type][band][0][t0];
459 tokens[next][1].rate += mb->token_costs[type][band][0][t1];
475 rate0 += mb->token_costs[type][band][pt][t0];
476 rate1 += mb->token_costs[type][band][pt][t1];
ethreading.c 274 vpx_memcpy(z->token_costs, x->token_costs, sizeof(x->token_costs));
rdopt.c 334 cpi->mb.token_costs,
597 cost += mb->token_costs [type] [vp8_coef_bands[c]] [pt] [t];
605 cost += mb->token_costs [type] [vp8_coef_bands[c]] [pt] [DCT_EOB_TOKEN];
    [all...]

Completed in 40 milliseconds