Lines Matching defs:ThreadData
1444 typedef struct ThreadData { struct
1445 MACROBLOCK mb;
1446 MvCosts *mv_costs_alloc;
1447 IntraBCMVCosts *dv_costs_alloc;
1448 RD_COUNTS rd_counts;
1449 FRAME_COUNTS *counts;
1450 PC_TREE_SHARED_BUFFERS shared_coeff_buf;
1451 SIMPLE_MOTION_DATA_TREE *sms_tree;
1452 SIMPLE_MOTION_DATA_TREE *sms_root;
1453 uint32_t *hash_value_buffer[2][2];
1454 OBMCBuffer obmc_buffer;
1455 PALETTE_BUFFER *palette_buffer;
1456 CompoundTypeRdBuffers comp_rd_buffer;
1457 CONV_BUF_TYPE *tmp_conv_dst;
1458 uint64_t abs_sum_level;
1459 uint8_t *tmp_pred_bufs[2];
1460 uint8_t *wiener_tmp_pred_buf;
1461 int intrabc_used;
1485 } ThreadData; argument