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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2147 unsigned int *ref_costs_single,
2153 vpx_memset(ref_costs_single, 0, MAX_REF_FRAMES * sizeof(*ref_costs_single));
2167 ref_costs_single[INTRA_FRAME] = vp9_cost_bit(intra_inter_p, 0);
2177 ref_costs_single[LAST_FRAME] = ref_costs_single[GOLDEN_FRAME] =
2178 ref_costs_single[ALTREF_FRAME] = base_cost;
2179 ref_costs_single[LAST_FRAME] += vp9_cost_bit(ref_single_p1, 0);
2180 ref_costs_single[GOLDEN_FRAME] += vp9_cost_bit(ref_single_p1, 1);
2181 ref_costs_single[ALTREF_FRAM
2144 estimate_ref_frame_costs(const VP9_COMMON *cm, const MACROBLOCKD *xd, int segment_id, unsigned int *ref_costs_single, unsigned int *ref_costs_comp, vp9_prob *comp_mode_p) argument
3074 unsigned int ref_costs_single[MAX_REF_FRAMES], ref_costs_comp[MAX_REF_FRAMES]; local
3683 unsigned int ref_costs_single[MAX_REF_FRAMES], ref_costs_comp[MAX_REF_FRAMES]; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2205 unsigned int *ref_costs_single,
2213 vpx_memset(ref_costs_single, 0, MAX_REF_FRAMES * sizeof(*ref_costs_single));
2227 ref_costs_single[INTRA_FRAME] = vp9_cost_bit(intra_inter_p, 0);
2237 ref_costs_single[LAST_FRAME] = ref_costs_single[GOLDEN_FRAME] =
2238 ref_costs_single[ALTREF_FRAME] = base_cost;
2239 ref_costs_single[LAST_FRAME] += vp9_cost_bit(ref_single_p1, 0);
2240 ref_costs_single[GOLDEN_FRAME] += vp9_cost_bit(ref_single_p1, 1);
2241 ref_costs_single[ALTREF_FRAM
2204 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
3151 unsigned int ref_costs_single[MAX_REF_FRAMES], ref_costs_comp[MAX_REF_FRAMES]; local
3781 unsigned int ref_costs_single[MAX_REF_FRAMES], ref_costs_comp[MAX_REF_FRAMES]; local
[all...]

Completed in 163 milliseconds