Searched refs:u4_beta_chroma (Results 1 – 1 of 1) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_deblk.c | 522 UWORD32 u4_alpha_chroma, u4_beta_chroma, u4_qp_chroma, u4_idx_A_chroma, u4_idx_B_chroma; in ih264e_filter_top_edge() local 558 u4_beta_chroma = gu1_ih264_beta_table[u4_idx_B_chroma]; in ih264e_filter_top_edge() 566 …s4(pu1_cur_pic_chroma, i4_rec_strd, u4_alpha_chroma, u4_beta_chroma, u4_alpha_chroma, u4_beta_chro… in ih264e_filter_top_edge() 576 … u4_beta_chroma, u4_alpha_chroma, u4_beta_chroma, pu4_pic_horz_bs[0], in ih264e_filter_top_edge() 625 UWORD32 u4_alpha_chroma, u4_beta_chroma, u4_qp_chroma, u4_idx_A_chroma, u4_idx_B_chroma; in ih264e_filter_left_edge() local 661 u4_beta_chroma = gu1_ih264_beta_table[u4_idx_B_chroma]; in ih264e_filter_left_edge() 668 …s4(pu1_cur_pic_chroma, i4_rec_strd, u4_alpha_chroma, u4_beta_chroma, u4_alpha_chroma, u4_beta_chro… in ih264e_filter_left_edge() 679 … u4_beta_chroma, u4_alpha_chroma, u4_beta_chroma, pu4_pic_vert_bs[0], in ih264e_filter_left_edge() 735 UWORD32 u4_alpha_chroma, u4_beta_chroma, u4_qp_chroma, u4_idx_A_chroma, u4_idx_B_chroma; in ih264e_deblock_mb() local 798 u4_beta_chroma = gu1_ih264_beta_table[u4_idx_B_chroma]; in ih264e_deblock_mb() [all …]
|