Home
last modified time | relevance | path

Searched defs:is_two_pass_svc (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1271 const int is_two_pass_svc = (svc->number_spatial_layers > 1) || in vp9_init_second_pass() local
Dvp9_encoder.h624 static INLINE int is_two_pass_svc(const struct VP9_COMP *const cpi) { in is_two_pass_svc() function