Home | History | Annotate | Download | only in decoder

Lines Matching refs:u2_subblk_pos

199                     && (0 == ps_tu_sblk_coeff_data->u2_subblk_pos)
254 subblk_pos_x = ps_tu_sblk_coeff_data->u2_subblk_pos & 0x00FF;
255 subblk_pos_y = (ps_tu_sblk_coeff_data->u2_subblk_pos & 0xFF00) >> 8;