HomeSort by relevance Sort by last modified time
    Searched refs:vp8_calc_ref_frame_costs (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 38 extern void vp8_calc_ref_frame_costs(int *ref_frame_cost,
655 vp8_calc_ref_frame_costs(x->ref_frame_cost,
659 vp8_calc_ref_frame_costs(x->ref_frame_cost,
663 vp8_calc_ref_frame_costs(x->ref_frame_cost,
666 vp8_calc_ref_frame_costs(x->ref_frame_cost,
    [all...]
bitstream.c 977 void vp8_calc_ref_frame_costs(int *ref_frame_cost, function
1024 vp8_calc_ref_frame_costs(ref_frame_cost,new_intra,new_last,new_garf);
1034 vp8_calc_ref_frame_costs(ref_frame_cost,cpi->prob_intra_coded,
    [all...]

Completed in 31 milliseconds