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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2187 vp9_prob *comp_mode_p) {
2195 *comp_mode_p = 128;
2202 *comp_mode_p = comp_inter_p;
2204 *comp_mode_p = 128;
3175 vp9_prob comp_mode_p; local
3202 &comp_mode_p);
3495 compmode_cost = vp9_cost_bit(comp_mode_p, second_ref_frame > INTRA_FRAME);
3875 vp9_prob comp_mode_p; local
3902 &comp_mode_p);
4263 compmode_cost = vp9_cost_bit(comp_mode_p, comp_pre
2184 estimate_ref_frame_costs(VP9_COMP *cpi, int segment_id, unsigned int *ref_costs_single, unsigned int *ref_costs_comp, vp9_prob *comp_mode_p) argument
[all...]

Completed in 71 milliseconds