Home
last modified time | relevance | path

Searched refs:intra_uv_mode_cost (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dmodecosts.c44 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[1], x->fc.uv_mode_prob, in vp8_init_mode_costs()
46 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[0], vp8_kf_uv_mode_prob, in vp8_init_mode_costs()
Dblock.h97 int (*intra_uv_mode_cost)[MB_MODE_COUNT]; member
Dethreading.c358 z->intra_uv_mode_cost = x->intra_uv_mode_cost; in setup_mbby_copy()
Donyx_int.h689 int intra_uv_mode_cost[2][MB_MODE_COUNT]; member
Donyx_if.c2083 cpi->mb.intra_uv_mode_cost = cpi->rd_costs.intra_uv_mode_cost; in vp8_create_compressor()
Drdopt.c774 rate_to + x->intra_uv_mode_cost[xd->frame_type] in rd_pick_intra_mbuv_mode()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c81 vp9_cost_tokens(cpi->intra_uv_mode_cost[KEY_FRAME][i], in fill_mode_costs()
83 vp9_cost_tokens(cpi->intra_uv_mode_cost[INTER_FRAME][i], in fill_mode_costs()
Dvp9_encoder.h767 int intra_uv_mode_cost[FRAME_TYPES][INTRA_MODES][INTRA_MODES]; member
Dvp9_rdopt.c1369 cpi->intra_uv_mode_cost[cpi->common.frame_type][xd->mi[0]->mode][mode]; in rd_pick_intra_sbuv_mode()
1399 cpi->intra_uv_mode_cost[cm->frame_type][x->e_mbd.mi[0]->mode][DC_PRED]; in rd_sbuv_dcpred()
/external/libaom/libaom/av1/encoder/
Dblock.h366 int intra_uv_mode_cost[CFL_ALLOWED_TYPES][INTRA_MODES][UV_INTRA_MODES]; member
Drd.c113 av1_cost_tokens_from_cdf(x->intra_uv_mode_cost[i][j], in av1_fill_mode_rates()
Drdopt.c6344 x->intra_uv_mode_cost[CFL_ALLOWED][mbmi->mode][UV_CFL_PRED], 0); in cfl_rd_pick_alpha()
6428 xd->cfl.rate = x->intra_uv_mode_cost[CFL_ALLOWED][mbmi->mode][UV_CFL_PRED] + in cfl_rd_pick_alpha()
6487 x->intra_uv_mode_cost[is_cfl_allowed(xd)][mbmi->mode][mode]; in rd_pick_intra_sbuv_mode()
6497 x->intra_uv_mode_cost[is_cfl_allowed(xd)][mbmi->mode][mode] + in rd_pick_intra_sbuv_mode()
6527 x->intra_uv_mode_cost[is_cfl_allowed(xd)][mbmi->mode][UV_DC_PRED], in rd_pick_intra_sbuv_mode()
12238 x->intra_uv_mode_cost[is_cfl_allowed(xd)][mbmi->mode][mbmi->uv_mode]; in handle_intra_mode()