Searched refs:tokenize_b_args (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 311 struct tokenize_b_args { struct 320 struct tokenize_b_args *const args = arg; in set_entropy_context_b() argument 350 struct tokenize_b_args *const args = arg; in tokenize_b() 472 struct tokenize_b_args arg = { cpi, td, t }; in vp9_tokenize_sb()
|
/external/libaom/libaom/av1/encoder/ |
D | tokenize.h | 33 struct tokenize_b_args { struct
|
D | tokenize.c | 198 struct tokenize_b_args arg = { cpi, td, t, 0, allow_update_cdf }; in av1_tokenize_sb_vartx()
|
D | encodetxb.c | 1904 struct tokenize_b_args *const args = arg; 1980 struct tokenize_b_args *const args = arg; 2137 struct tokenize_b_args arg = { cpi, td, NULL, 0, allow_update_cdf };
|