Lines Matching defs:ThreadData
1434 typedef struct ThreadData { struct
1435 MACROBLOCK mb;
1436 RD_COUNTS rd_counts;
1437 FRAME_COUNTS *counts;
1438 PC_TREE_SHARED_BUFFERS shared_coeff_buf;
1439 SIMPLE_MOTION_DATA_TREE *sms_tree;
1440 SIMPLE_MOTION_DATA_TREE *sms_root;
1441 uint32_t *hash_value_buffer[2][2];
1442 OBMCBuffer obmc_buffer;
1443 PALETTE_BUFFER *palette_buffer;
1444 CompoundTypeRdBuffers comp_rd_buffer;
1445 CONV_BUF_TYPE *tmp_conv_dst;
1446 uint64_t abs_sum_level;
1470 } ThreadData; argument