Searched defs:ref_costs_single (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2073 unsigned int *ref_costs_single,
2079 memset(ref_costs_single, 0, MAX_REF_FRAMES * sizeof(*ref_costs_single));
2093 ref_costs_single[INTRA_FRAME] = vp9_cost_bit(intra_inter_p, 0);
2103 ref_costs_single[LAST_FRAME] = ref_costs_single[GOLDEN_FRAME] =
2104 ref_costs_single[ALTREF_FRAME] = base_cost;
2105 ref_costs_single[LAST_FRAME] += vp9_cost_bit(ref_single_p1, 0);
2106 ref_costs_single[GOLDEN_FRAME] += vp9_cost_bit(ref_single_p1, 1);
2107 ref_costs_single[ALTREF_FRAM
2070 estimate_ref_frame_costs(const VP9_COMMON *cm, const MACROBLOCKD *xd, int segment_id, unsigned int *ref_costs_single, unsigned int *ref_costs_comp, vpx_prob *comp_mode_p) argument
2944 unsigned int ref_costs_single[MAX_REF_FRAMES], ref_costs_comp[MAX_REF_FRAMES]; local
3605 unsigned int ref_costs_single[MAX_REF_FRAMES], ref_costs_comp[MAX_REF_FRAMES]; local
3719 unsigned int ref_costs_single[MAX_REF_FRAMES], ref_costs_comp[MAX_REF_FRAMES]; local
[all...]

Completed in 115 milliseconds