Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c2207 vp9_prob *comp_mode_p) { in estimate_ref_frame_costs() argument
2215 *comp_mode_p = 128; in estimate_ref_frame_costs()
2222 *comp_mode_p = comp_inter_p; in estimate_ref_frame_costs()
2224 *comp_mode_p = 128; in estimate_ref_frame_costs()
3152 vp9_prob comp_mode_p; in vp9_rd_pick_inter_mode_sb() local
3179 &comp_mode_p); in vp9_rd_pick_inter_mode_sb()
3452 compmode_cost = vp9_cost_bit(comp_mode_p, comp_pred); in vp9_rd_pick_inter_mode_sb()
3782 vp9_prob comp_mode_p; in vp9_rd_pick_inter_mode_sub8x8() local
3807 &comp_mode_p); in vp9_rd_pick_inter_mode_sub8x8()
4162 compmode_cost = vp9_cost_bit(comp_mode_p, comp_pred); in vp9_rd_pick_inter_mode_sub8x8()