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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_speed_features.h 121 SEARCH_METHODS search_method; member in struct:__anon40768
vp9_pickmode.c 88 if (cpi->sf.search_method == FAST_DIAMOND) {
93 } else if (cpi->sf.search_method == FAST_HEX) {
98 } else if (cpi->sf.search_method == HEX) {
103 } else if (cpi->sf.search_method == SQUARE) {
108 } else if (cpi->sf.search_method == BIGDIA) {
vp9_speed_features.c 137 sf->search_method = HEX;
249 sf->search_method = FAST_HEX;
268 sf->search_method = FAST_DIAMOND;
274 sf->search_method = FAST_DIAMOND;
291 sf->search_method = NSTEP;
vp9_rdopt.c     [all...]
vp9_onyx_if.c 657 if (cpi->sf.search_method == NSTEP) {
659 } else if (cpi->sf.search_method == DIAMOND) {
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.h 137 SEARCH_METHODS search_method; member in struct:__anon29587
vp9_speed_features.c 129 sf->search_method = HEX;
243 sf->search_method = FAST_HEX;
263 sf->search_method = FAST_DIAMOND;
274 sf->search_method = FAST_DIAMOND;
293 sf->search_method = NSTEP;
vp9_pickmode.c 88 if (cpi->sf.search_method == FAST_DIAMOND) {
93 } else if (cpi->sf.search_method == FAST_HEX) {
98 } else if (cpi->sf.search_method == HEX) {
103 } else if (cpi->sf.search_method == SQUARE) {
108 } else if (cpi->sf.search_method == BIGDIA) {
vp9_rdopt.c     [all...]
vp9_onyx_if.c 642 if (cpi->sf.search_method == NSTEP) {
644 } else if (cpi->sf.search_method == DIAMOND) {
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_speed_features.c 128 sf->mv.search_method = BIGDIA;
149 sf->mv.search_method = HEX;
252 sf->mv.search_method = FAST_HEX;
301 sf->mv.search_method = FAST_DIAMOND;
330 sf->mv.search_method = NSTEP;
vp9_speed_features.h 181 SEARCH_METHODS search_method; member in struct:MV_SPEED_FEATURES
vp9_encoder.c     [all...]
vp9_mcomp.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_int.h 179 SEARCH_METHODS search_method; member in struct:__anon17715
onyx_if.c 792 sf->search_method = NSTEP;
938 sf->search_method = NSTEP;
    [all...]
pickinter.c 971 if (cpi->sf.search_method == HEX)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 182 SEARCH_METHODS search_method; member in struct:__anon29491
onyx_if.c 769 sf->search_method = NSTEP;
915 sf->search_method = NSTEP;
939 sf->search_method = HEX;
    [all...]
pickinter.c 961 if (cpi->sf.search_method == HEX)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_int.h 182 SEARCH_METHODS search_method; member in struct:__anon40674
onyx_if.c 769 sf->search_method = NSTEP;
915 sf->search_method = NSTEP;
939 sf->search_method = HEX;
    [all...]
pickinter.c 964 if (cpi->sf.search_method == HEX)
    [all...]

Completed in 645 milliseconds