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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
bitstream.c 1007 int new_intra, new_last, new_garf, oldtotal, newtotal; local
1017 new_last = rf_inter ? (rfct[LAST_FRAME] * 255) / rf_inter : 128;
1023 vp8_calc_ref_frame_costs(ref_frame_cost,new_intra,new_last,new_garf);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 1008 int new_intra, new_last, new_garf, oldtotal, newtotal; local
1018 new_last = rf_inter ? (rfct[LAST_FRAME] * 255) / rf_inter : 128;
1024 vp8_calc_ref_frame_costs(ref_frame_cost,new_intra,new_last,new_garf);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
bitstream.c 1008 int new_intra, new_last, new_garf, oldtotal, newtotal; local
1018 new_last = rf_inter ? (rfct[LAST_FRAME] * 255) / rf_inter : 128;
1024 vp8_calc_ref_frame_costs(ref_frame_cost,new_intra,new_last,new_garf);
    [all...]

Completed in 2572 milliseconds