Home
last modified time | relevance | path

Searched refs:search_param (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/vp8/encoder/
Dmcomp.h42 int search_param,
81 int search_param, \
Dmcomp.c776 int search_param, in vp8_hex_search() argument
911 int search_param, in vp8_diamond_search_sad() argument
957 ss = &x->ss[search_param * x->searches_per_step]; in vp8_diamond_search_sad()
958 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sad()
1026 int search_param, in vp8_diamond_search_sadx4() argument
1072 ss = &x->ss[search_param * x->searches_per_step]; in vp8_diamond_search_sadx4()
1073 tot_steps = (x->ss_count / x->searches_per_step) - search_param; in vp8_diamond_search_sadx4()