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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c 691 static int speed_map(int speed, const int *map) function
843 sf->thresh_mult[THR_NEAR3] = speed_map(Speed, thresh_mult_map_znn);
846 sf->thresh_mult[THR_H_PRED] = speed_map(Speed, thresh_mult_map_vhpred);
847 sf->thresh_mult[THR_B_PRED] = speed_map(Speed, thresh_mult_map_bpred);
848 sf->thresh_mult[THR_TM] = speed_map(Speed, thresh_mult_map_tm);
849 sf->thresh_mult[THR_NEW1] = speed_map(Speed, thresh_mult_map_new1);
851 sf->thresh_mult[THR_NEW3] = speed_map(Speed, thresh_mult_map_new2);
852 sf->thresh_mult[THR_SPLIT1] = speed_map(Speed, thresh_mult_map_split1);
854 sf->thresh_mult[THR_SPLIT3] = speed_map(Speed, thresh_mult_map_split2);
865 cpi->mode_check_freq[THR_NEAREST3] = speed_map(Speed
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 668 static int speed_map(int speed, const int *map) function
820 sf->thresh_mult[THR_NEAR3] = speed_map(Speed, thresh_mult_map_znn);
823 sf->thresh_mult[THR_H_PRED] = speed_map(Speed, thresh_mult_map_vhpred);
824 sf->thresh_mult[THR_B_PRED] = speed_map(Speed, thresh_mult_map_bpred);
825 sf->thresh_mult[THR_TM] = speed_map(Speed, thresh_mult_map_tm);
826 sf->thresh_mult[THR_NEW1] = speed_map(Speed, thresh_mult_map_new1);
828 sf->thresh_mult[THR_NEW3] = speed_map(Speed, thresh_mult_map_new2);
829 sf->thresh_mult[THR_SPLIT1] = speed_map(Speed, thresh_mult_map_split1);
831 sf->thresh_mult[THR_SPLIT3] = speed_map(Speed, thresh_mult_map_split2);
842 cpi->mode_check_freq[THR_NEAREST3] = speed_map(Speed
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 668 static int speed_map(int speed, const int *map) function
820 sf->thresh_mult[THR_NEAR3] = speed_map(Speed, thresh_mult_map_znn);
823 sf->thresh_mult[THR_H_PRED] = speed_map(Speed, thresh_mult_map_vhpred);
824 sf->thresh_mult[THR_B_PRED] = speed_map(Speed, thresh_mult_map_bpred);
825 sf->thresh_mult[THR_TM] = speed_map(Speed, thresh_mult_map_tm);
826 sf->thresh_mult[THR_NEW1] = speed_map(Speed, thresh_mult_map_new1);
828 sf->thresh_mult[THR_NEW3] = speed_map(Speed, thresh_mult_map_new2);
829 sf->thresh_mult[THR_SPLIT1] = speed_map(Speed, thresh_mult_map_split1);
831 sf->thresh_mult[THR_SPLIT3] = speed_map(Speed, thresh_mult_map_split2);
842 cpi->mode_check_freq[THR_NEAREST3] = speed_map(Speed
    [all...]

Completed in 52 milliseconds