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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 79 milliseconds