Home
last modified time | relevance | path

Searched refs:SEARCH_METHODS (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.h62 } SEARCH_METHODS; typedef
183 SEARCH_METHODS search_method;
601 SEARCH_METHODS temporal_filter_search_method;
Dvp9_mbgraph.c31 const SEARCH_METHODS old_search_method = mv_sf->search_method; in do_16x16_motion_iteration()
Dvp9_temporal_filter.c559 const SEARCH_METHODS search_method = MESH; in temporal_filter_find_matching_mb_c()
560 const SEARCH_METHODS search_method_16 = cpi->sf.temporal_filter_search_method; in temporal_filter_find_matching_mb_c()
Dvp9_mcomp.c2856 const SEARCH_METHODS method = (SEARCH_METHODS)search_method; in vp9_full_pixel_search()
Dvp9_encodeframe.c3492 const SEARCH_METHODS search_method = NSTEP; in simple_motion_search()
Dvp9_encoder.c6001 const SEARCH_METHODS search_method = NSTEP;
/external/libaom/libaom/av1/encoder/
Dmcomp.h126 } UENUM1BYTE(SEARCH_METHODS);
136 SEARCH_METHODS search_method;
Dspeed_features.h429 SEARCH_METHODS search_method;
Dtemporal_filter.c90 const SEARCH_METHODS full_search_method = NSTEP; in tf_motion_search()
Dmcomp.c1411 const SEARCH_METHODS search_method = ms_params->search_method; in av1_full_pixel_search()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h160 typedef enum { DIAMOND = 0, NSTEP = 1, HEX = 2 } SEARCH_METHODS; typedef
164 SEARCH_METHODS search_method;