Searched defs:ToyModel (Results 1 – 1 of 1) sorted by relevance
38 typedef struct ToyModel { struct39 TestData *data;40 aom_ext_part_config_t config;41 aom_ext_part_funcs_t funcs;42 int mi_row;43 int mi_col;44 int frame_width;45 int frame_height;46 BLOCK_SIZE block_size;47 } ToyModel; typedef