Searched refs:u2_subblk_pos (Results 1 – 5 of 5) sorted by relevance
1575 UWORD16 u2_subblk_pos; member1597 UWORD16 u2_subblk_pos; member
199 && (0 == ps_tu_sblk_coeff_data->u2_subblk_pos) in ihevcd_unpack_coeffs()254 subblk_pos_x = ps_tu_sblk_coeff_data->u2_subblk_pos & 0x00FF; in ihevcd_unpack_coeffs()255 subblk_pos_y = (ps_tu_sblk_coeff_data->u2_subblk_pos & 0xFF00) >> 8; in ihevcd_unpack_coeffs()
646 ps_tu_sblk_coeff_data->u2_subblk_pos = (ys << 8) | xs; in ihevcd_parse_residual_coding()
587 ps_tu_sblk_coeff_data->u2_subblk_pos = 0; in ihevcd_parse_pcm_sample()
1800 UWORD16 u2_subblk_pos; member