Searched refs:luma_nbr_flags (Results 1 - 1 of 1) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_iquant_itrans_recon_ctb.c544 WORD32 luma_nbr_flags; local
958 luma_nbr_flags = ihevcd_get_intra_nbr_flag(ps_proc,
967 luma_nbr_flags_4x4[(ps_tu->b4_pos_x % 2) + (ps_tu->b4_pos_y % 2) * 2] = luma_nbr_flags;
971 chroma_nbr_flags = luma_nbr_flags;
980 if(luma_nbr_flags == 0x1ffff)
983 pu1_top, pu1_left, pred_strd, trans_size, luma_nbr_flags, au1_ref_sub_out, 1);
987 pu1_top, pu1_left, pred_strd, trans_size, luma_nbr_flags, au1_ref_sub_out, 1);

Completed in 96 milliseconds