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 113 unsigned int token_costs[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens]; member in struct:__anon8477
encodemb.c 350 mb->token_costs[type][band][pt][tokens[next][0].token];
352 mb->token_costs[type][band][pt][tokens[next][1].token];
409 rate0 += mb->token_costs[type][band][pt][
415 rate1 += mb->token_costs[type][band][pt][
456 tokens[next][0].rate += mb->token_costs[type][band][0][t0];
461 tokens[next][1].rate += mb->token_costs[type][band][0][t1];
477 rate0 += mb->token_costs[type][band][pt][t0];
478 rate1 += mb->token_costs[type][band][pt][t1];
ethreading.c 326 vpx_memcpy(z->token_costs, x->token_costs, sizeof(x->token_costs));
rdopt.c 298 cpi->mb.token_costs,
500 cost += mb->token_costs [type] [vp8_coef_bands[c]] [pt] [t];
508 cost += mb->token_costs [type] [vp8_coef_bands[c]] [pt] [DCT_EOB_TOKEN];
    [all...]

Completed in 1003 milliseconds