/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_speed_features.h | 22 NSTEP = 1, 120 // Motion search method (Diamond, NSTEP, Hex, Big Diamond, Square, etc).
|
vp9_speed_features.c | 291 sf->search_method = NSTEP;
|
vp9_onyx_if.c | 657 if (cpi->sf.search_method == NSTEP) { [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_speed_features.h | 63 NSTEP = 1, 171 // Motion search method (Diamond, NSTEP, Hex, Big Diamond, Square, etc).
|
vp9_speed_features.c | 392 sf->mv.search_method = NSTEP; 403 sf->mv.search_method = NSTEP; 452 sf->mv.search_method = NSTEP;
|
vp9_mcomp.c | [all...] |
vp9_encoder.c | [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
onyx_int.h | 172 NSTEP = 1,
|
onyx_if.c | 776 sf->search_method = NSTEP; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
onyx_int.h | 175 NSTEP = 1,
|
onyx_if.c | 769 sf->search_method = NSTEP; 915 sf->search_method = NSTEP; [all...] |