Home
last modified time | relevance | path

Searched refs:Speed (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c753 int Speed = cpi->Speed; in vp8_set_speed_features() local
800 Speed = 0; in vp8_set_speed_features()
802 Speed = RT(Speed); in vp8_set_speed_features()
805 if (Speed > 5) in vp8_set_speed_features()
806 Speed = 5; in vp8_set_speed_features()
807 Speed = GOOD(Speed); in vp8_set_speed_features()
820 sf->thresh_mult[THR_NEAR3] = speed_map(Speed, thresh_mult_map_znn); in vp8_set_speed_features()
823 sf->thresh_mult[THR_H_PRED] = speed_map(Speed, thresh_mult_map_vhpred); in vp8_set_speed_features()
824 sf->thresh_mult[THR_B_PRED] = speed_map(Speed, thresh_mult_map_bpred); in vp8_set_speed_features()
825 sf->thresh_mult[THR_TM] = speed_map(Speed, thresh_mult_map_tm); in vp8_set_speed_features()
[all …]
Drdopt.c356 … cpi->common.current_video_frame, cpi->Speed, milliseconds_for_compress, cpi->avg_pick_mode_time); in vp8_auto_select_speed()
366 cpi->Speed = 4; in vp8_auto_select_speed()
372 cpi->Speed += 2; in vp8_auto_select_speed()
376 if (cpi->Speed > 16) in vp8_auto_select_speed()
378 cpi->Speed = 16; in vp8_auto_select_speed()
382 … if (milliseconds_for_compress * 100 > cpi->avg_encode_time * auto_speed_thresh[cpi->Speed]) in vp8_auto_select_speed()
384 cpi->Speed -= 1; in vp8_auto_select_speed()
389 if (cpi->Speed < 4) in vp8_auto_select_speed()
391 cpi->Speed = 4; in vp8_auto_select_speed()
398 cpi->Speed += 4; in vp8_auto_select_speed()
[all …]
Dtemporal_filter.c179 if (cpi->Speed < 8) in vp8_temporal_filter_find_matching_mb_c()
181 step_param = cpi->sf.first_step + (cpi->Speed > 5); in vp8_temporal_filter_find_matching_mb_c()
Dpickinter.c878 int speed_adjust = (cpi->Speed > 5) ? ((cpi->Speed >= 8)? 3 : 2) : 1; in vp8_pick_inter_mode()
961 further_steps = (cpi->Speed >= 8)? in vp8_pick_inter_mode()
Donyx_int.h472 int Speed; member
Dencodeframe.c734 cpi->Speed = -(cpi->oxcf.cpu_used); in vp8_encode_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
DCHANGELOG40 - Speed:
65 - Speed:
131 - Speed:
201 - Speed:
271 - Speed:
349 - Speed:
483 - Speed:
525 - Speed:
570 * Speed optimizations
/hardware/bsp/intel/peripheral/libmraa/docs/
Dftdi_ft4222.md4 The FT4222H is a High/Full Speed USB2.0-to-Quad SPI/I2C device controller. Mraa
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dgen_msvs_vcxproj.sh483 tag_content FavorSizeOrSpeed Speed
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
Dvp8_subpixelvariance16x16s_neon.asm345 ;note: in vp8_find_best_half_pixel_step()(called when 8<Speed<15), and first call of vp8_find_best_…