Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtokenize.h73 struct tokenize_b_args { struct
74 const struct AV1_COMP *cpi;
75 struct ThreadData *td;
76 int this_rate;
77 uint8_t allow_update_cdf;
78 RUN_TYPE dry_run;
/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c311 struct tokenize_b_args { struct
320 struct tokenize_b_args *const args = arg; in set_entropy_context_b() argument