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

  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 259 mb->token_costs[type][band][pt][tokens[next][0].token];
261 mb->token_costs[type][band][pt][tokens[next][1].token];
318 rate0 += mb->token_costs[type][band][pt][
324 rate1 += mb->token_costs[type][band][pt][
365 tokens[next][0].rate += mb->token_costs[type][band][0][t0];
370 tokens[next][1].rate += mb->token_costs[type][band][0][t1];
386 rate0 += mb->token_costs[type][band][pt][t0];
387 rate1 += mb->token_costs[type][band][pt][t1];
block.h 106 int (*token_costs)[COEF_BANDS][PREV_COEF_CONTEXTS] member in struct:macroblock
ethreading.c 365 z->token_costs = x->token_costs;
onyx_int.h 714 int token_costs[BLOCK_TYPES][COEF_BANDS] member in struct:VP8_COMP::rd_costs_struct
rdopt.c 327 cpi->mb.token_costs,
332 cpi->mb.token_costs,
537 cost += mb->token_costs [type] [vp8_coef_bands[c]] [pt] [t];
543 cost += mb->token_costs [type] [vp8_coef_bands[c]] [pt] [DCT_EOB_TOKEN];
    [all...]
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodemb.c 314 mb->token_costs[type][band][pt][tokens[next][0].token];
316 mb->token_costs[type][band][pt][tokens[next][1].token];
373 rate0 += mb->token_costs[type][band][pt][
379 rate1 += mb->token_costs[type][band][pt][
420 tokens[next][0].rate += mb->token_costs[type][band][0][t0];
425 tokens[next][1].rate += mb->token_costs[type][band][0][t1];
441 rate0 += mb->token_costs[type][band][pt][t0];
442 rate1 += mb->token_costs[type][band][pt][t1];
block.h 106 int (*token_costs)[COEF_BANDS][PREV_COEF_CONTEXTS] member in struct:macroblock
ethreading.c 349 z->token_costs = x->token_costs;
onyx_int.h 700 int token_costs[BLOCK_TYPES][COEF_BANDS] member in struct:VP8_COMP::rd_costs_struct
rdopt.c 326 cpi->mb.token_costs,
331 cpi->mb.token_costs,
536 cost += mb->token_costs [type] [vp8_coef_bands[c]] [pt] [t];
542 cost += mb->token_costs [type] [vp8_coef_bands[c]] [pt] [DCT_EOB_TOKEN];
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 111 // note that token_costs is the cost when eob node is skipped
112 vp9_coeff_cost token_costs[TX_SIZES]; member in struct:macroblock
vp9_encodemb.c 159 rate0 += mb->token_costs[tx_size][type][ref][band][0][pt]
161 rate1 += mb->token_costs[tx_size][type][ref][band][0][pt]
214 rate0 += mb->token_costs[tx_size][type][ref][band][!x][pt]
219 rate1 += mb->token_costs[tx_size][type][ref][band][!x][pt]
259 mb->token_costs[tx_size][type][ref][band][1][0][t0];
264 mb->token_costs[tx_size][type][ref][band][1][0][t1];
280 rate0 += mb->token_costs[tx_size][type][ref][band][0][ctx][t0];
281 rate1 += mb->token_costs[tx_size][type][ref][band][0][ctx][t1];
    [all...]
vp9_rdopt.c 370 unsigned int (*token_costs)[2][COEFF_CONTEXTS][ENTROPY_TOKENS] =
371 x->token_costs[tx_size][type][is_inter_block(mbmi)];
387 cost = token_costs[0][0][pt][EOB_TOKEN];
397 cost = (*token_costs)[0][pt][prev_t] +
401 ++token_costs;
411 cost += (*token_costs)[!prev_t][!prev_t][t] +
415 cost += (*token_costs)[!prev_t][pt][t] +
422 ++token_costs;
429 cost += (*token_costs)[0][!prev_t][EOB_TOKEN];
432 cost += (*token_costs)[0][pt][EOB_TOKEN]
    [all...]
vp9_rd.c 290 fill_token_costs(x->token_costs, cm->fc->coef_probs);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodemb.c 176 mb->token_costs[tx_size][type][ref][band][0][pt]
179 mb->token_costs[tx_size][type][ref][band][0][pt]
225 rate0 += mb->token_costs[tx_size][type][ref][band][!x][pt]
230 rate1 += mb->token_costs[tx_size][type][ref][band][!x][pt]
262 mb->token_costs[tx_size][type][ref][band][1][0][t0];
267 mb->token_costs[tx_size][type][ref][band][1][0][t1];
284 rate0 += mb->token_costs[tx_size][type][ref][band][0][pt][t0];
285 rate1 += mb->token_costs[tx_size][type][ref][band][0][pt][t1];
vp9_block.h 158 // note that token_costs is the cost when eob node is skipped
159 vp9_coeff_cost token_costs[TX_SIZES]; member in struct:macroblock
vp9_rdopt.c 295 fill_token_costs(x->token_costs, cm->fc.coef_probs);
566 unsigned int (*token_costs)[2][COEFF_CONTEXTS][ENTROPY_TOKENS] =
567 x->token_costs[tx_size][type][is_inter_block(mbmi)];
577 cost = token_costs[0][0][pt][EOB_TOKEN];
585 cost = (*token_costs)[0][pt][prev_t] + vp9_dct_value_cost_ptr[v];
587 ++token_costs;
597 cost += (*token_costs)[!prev_t][!prev_t][t] + vp9_dct_value_cost_ptr[v];
600 cost += (*token_costs)[!prev_t][pt][t] + vp9_dct_value_cost_ptr[v];
606 ++token_costs;
613 cost += (*token_costs)[0][!prev_t][EOB_TOKEN]
    [all...]

Completed in 1305 milliseconds