Lines Matching defs:ThreadData
1461 typedef struct ThreadData { struct
1462 MACROBLOCK mb;
1463 MvCosts *mv_costs_alloc;
1464 IntraBCMVCosts *dv_costs_alloc;
1465 RD_COUNTS rd_counts;
1466 FRAME_COUNTS *counts;
1467 PC_TREE_SHARED_BUFFERS shared_coeff_buf;
1468 SIMPLE_MOTION_DATA_TREE *sms_tree;
1469 SIMPLE_MOTION_DATA_TREE *sms_root;
1470 uint32_t *hash_value_buffer[2][2];
1471 OBMCBuffer obmc_buffer;
1472 PALETTE_BUFFER *palette_buffer;
1473 CompoundTypeRdBuffers comp_rd_buffer;
1474 CONV_BUF_TYPE *tmp_conv_dst;
1475 uint64_t abs_sum_level;
1476 uint8_t *tmp_pred_bufs[2];
1477 uint8_t *wiener_tmp_pred_buf;
1478 int intrabc_used;
1502 } ThreadData; argument