Lines Matching refs:bm_packed_index
723 const int bm_packed_index = block_mode_index[i];
724 assert(bm_packed_index >= 0 && bm_packed_index < static_cast<int>(bsd.block_mode_count_1plane_selected));
725 const block_mode& qw_bm = bsd.block_modes[bm_packed_index];
743 uint8_t* u8_weight_src = dec_weights_uquant + BLOCK_MAX_WEIGHTS * bm_packed_index;
1112 const int bm_packed_index = block_mode_index[i];
1113 assert(bm_packed_index >= static_cast<int>(bsd.block_mode_count_1plane_selected) &&
1114 bm_packed_index < static_cast<int>(bsd.block_mode_count_1plane_2plane_selected));
1115 const block_mode& qw_bm = bsd.block_modes[bm_packed_index];
1132 uint8_t* u8_weight1_src = dec_weights_uquant + BLOCK_MAX_WEIGHTS * bm_packed_index;
1133 uint8_t* u8_weight2_src = dec_weights_uquant + BLOCK_MAX_WEIGHTS * bm_packed_index + WEIGHTS_PLANE2_OFFSET;