Lines Matching defs:ThreadData
1453 typedef struct ThreadData { struct
1454 MACROBLOCK mb;
1455 MvCosts *mv_costs_alloc;
1456 IntraBCMVCosts *dv_costs_alloc;
1457 RD_COUNTS rd_counts;
1458 FRAME_COUNTS *counts;
1459 PC_TREE_SHARED_BUFFERS shared_coeff_buf;
1460 SIMPLE_MOTION_DATA_TREE *sms_tree;
1461 SIMPLE_MOTION_DATA_TREE *sms_root;
1462 uint32_t *hash_value_buffer[2][2];
1463 OBMCBuffer obmc_buffer;
1464 PALETTE_BUFFER *palette_buffer;
1465 CompoundTypeRdBuffers comp_rd_buffer;
1466 CONV_BUF_TYPE *tmp_conv_dst;
1467 uint64_t abs_sum_level;
1468 uint8_t *tmp_pred_bufs[2];
1469 uint8_t *wiener_tmp_pred_buf;
1470 int intrabc_used;
1494 } ThreadData; argument