Lines Matching refs:tu_split_flag
1231 WORD32 tu_split_flag = 0; in ihevce_had_16x16_r() local
1297 tu_split_flag += (best_cost_tu_split & 0x3) >> 1; in ihevce_had_16x16_r()
1304 tu_split_flag <<= 1; in ihevce_had_16x16_r()
1331 tu_split_flag += 1; in ihevce_had_16x16_r()
1337 tu_split_flag += 0; in ihevce_had_16x16_r()
1344 tu_split_flag += 0; in ihevce_had_16x16_r()
1349 pi4_16x16_tu_split[0] = tu_split_flag; in ihevce_had_16x16_r()
1353 return ((best_cost << 10) + (tu_split_flag << 5) + i4_early_cbf_flag); in ihevce_had_16x16_r()
1545 WORD32 tu_split_flag = 0; in ihevce_had_32x32_r() local
1612 tu_split_flag += (best_cost_tu_split & 0x3E0) >> 5; in ihevce_had_32x32_r()
1617 tu_split_flag <<= 5; in ihevce_had_32x32_r()
1647 tu_split_flag += (best_cost_tu_split & 0x3E0) >> 5; in ihevce_had_32x32_r()
1652 tu_split_flag <<= 5; in ihevce_had_32x32_r()
1682 tu_split_flag += (best_cost_tu_split & 0x3E0) >> 5; in ihevce_had_32x32_r()
1687 tu_split_flag <<= 5; in ihevce_had_32x32_r()
1717 tu_split_flag += (best_cost_tu_split & 0x3E0) >> 5; in ihevce_had_32x32_r()
1722 tu_split_flag <<= 1; in ihevce_had_32x32_r()
1750 tu_split_flag++; in ihevce_had_32x32_r()
1754 tu_split_flag = 0; in ihevce_had_32x32_r()
1760 tu_split_flag = 0; in ihevce_had_32x32_r()
1764 pi4_32x32_tu_split[0] = tu_split_flag; in ihevce_had_32x32_r()