Home
last modified time | relevance | path

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

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