Lines Matching defs:ctb_node_t
1250 typedef struct ctb_node_t struct
1253 U08 u1_x_off;
1255 U08 u1_y_off;
1257 search_node_t as_part_results[MAX_NUM_PARTS][2];
1262 U08 *apu1_pred[2];
1264 U08 u1_pred_dir[MAX_NUM_PARTS];
1269 U08 u1_best_uni_dir[MAX_NUM_PARTS];
1271 S32 i4_pred_stride;
1273 CU_SIZE_T e_cu_size;
1275 PART_TYPE_T e_part_type;
1299 struct ctb_node_t *ps_tl; argument
1300 struct ctb_node_t *ps_tr; argument
1301 struct ctb_node_t *ps_bl; argument
1302 struct ctb_node_t *ps_br; argument
1303 } ctb_node_t; typedef