HomeSort by relevance Sort by last modified time
    Searched refs:u2_subblk_pos (Results 1 - 4 of 4) sorted by null

  /external/libhevc/decoder/
ihevcd_iquant_itrans_recon_ctb.c 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;
    [all...]
ihevcd_parse_residual.c 645 ps_tu_sblk_coeff_data->u2_subblk_pos = (ys << 8) | xs;
    [all...]
ihevcd_parse_slice.c 574 ps_tu_sblk_coeff_data->u2_subblk_pos = 0;
    [all...]
  /external/libhevc/common/
ihevc_structs.h 899 UWORD16 u2_subblk_pos; member in struct:__anon27523
    [all...]

Completed in 90 milliseconds