Searched refs:intra_uv_mode_cost (Results 1 - 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dmodecosts.c50 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[1], x->fc.uv_mode_prob,
52 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[0], vp8_kf_uv_mode_prob,
H A Dblock.h103 int (*intra_uv_mode_cost)[MB_MODE_COUNT]; member in struct:macroblock
H A Dethreading.c352 z->intra_uv_mode_cost = x->intra_uv_mode_cost;
H A Donyx_int.h697 int intra_uv_mode_cost[2][MB_MODE_COUNT]; member in struct:VP8_COMP::rd_costs_struct
H A Drdopt.c912 this_rate = rate_to + x->intra_uv_mode_cost[xd->frame_type][xd->mode_info_context->mbmi.uv_mode];
H A Donyx_if.c2110 cpi->mb.intra_uv_mode_cost = cpi->rd_costs.intra_uv_mode_cost;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_block.h135 int intra_uv_mode_cost[FRAME_TYPES][INTRA_MODES]; member in struct:macroblock
H A Dvp9_rdopt.c165 vp9_cost_tokens(x->intra_uv_mode_cost[KEY_FRAME],
167 vp9_cost_tokens(x->intra_uv_mode_cost[INTER_FRAME],
1378 x->intra_uv_mode_cost[cpi->common.frame_type][mode];
1426 *rate = *rate_tokenonly + x->intra_uv_mode_cost[cm->frame_type][DC_PRED];

Completed in 77 milliseconds