Searched refs:s_high_profile (Results 1 – 12 of 12) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_quant_scaling.c | 94 ps_dec->s_high_profile.i2_scalinglist4x4[i4_i][pu1_inv_scan[i4_j]] = in ih264d_form_default_scaling_matrix() 105 … ps_dec->s_high_profile.i2_scalinglist8x8[i4_i][gau1_ih264d_inv_scan_prog8x8_cabac[i4_j]] = in ih264d_form_default_scaling_matrix() 132 ps_dec->s_high_profile.pi2_scale_mat[i4_i] = in ih264d_form_scaling_matrix_picture() 137 ps_dec->s_high_profile.pi2_scale_mat[i4_i] = in ih264d_form_scaling_matrix_picture() 138 ps_dec->s_high_profile.pi2_scale_mat[i4_i in ih264d_form_scaling_matrix_picture() 146 ps_dec->s_high_profile.pi2_scale_mat[i4_i] = in ih264d_form_scaling_matrix_picture() 151 ps_dec->s_high_profile.pi2_scale_mat[i4_i] = in ih264d_form_scaling_matrix_picture() 163 ps_dec->s_high_profile.pi2_scale_mat[i4_i] = in ih264d_form_scaling_matrix_picture() 168 ps_dec->s_high_profile.pi2_scale_mat[i4_i] = in ih264d_form_scaling_matrix_picture() 190 ps_dec->s_high_profile.pi2_scale_mat[i4_i] = in ih264d_form_scaling_matrix_picture() [all …]
|
D | ih264d_parse_bslice.c | 148 ps_dec->s_high_profile.u1_no_submb_part_size_lt8x8_flag = 0; in ih264d_parse_bmb_non_direct_cavlc() 151 else if(!ps_dec->s_high_profile.u1_direct_8x8_inference_flag) in ih264d_parse_bmb_non_direct_cavlc() 153 ps_dec->s_high_profile.u1_no_submb_part_size_lt8x8_flag = 0; in ih264d_parse_bmb_non_direct_cavlc() 473 ps_dec->s_high_profile.u1_no_submb_part_size_lt8x8_flag = 0; in ih264d_parse_bmb_non_direct_cabac() 476 else if(!ps_dec->s_high_profile.u1_direct_8x8_inference_flag) in ih264d_parse_bmb_non_direct_cabac() 478 ps_dec->s_high_profile.u1_no_submb_part_size_lt8x8_flag = 0; in ih264d_parse_bmb_non_direct_cabac() 642 ps_dec->s_high_profile.u1_no_submb_part_size_lt8x8_flag = 1; in ih264d_parse_bmb_cabac() 674 ps_dec->s_high_profile.u1_direct_8x8_inference_flag; in ih264d_parse_bmb_cabac() 690 if((ps_dec->s_high_profile.u1_transform8x8_present) && (u1_cbp & (0xf)) in ih264d_parse_bmb_cabac() 691 && (ps_dec->s_high_profile.u1_no_submb_part_size_lt8x8_flag) in ih264d_parse_bmb_cabac() [all …]
|
D | ih264d_process_pslice.c | 627 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[3], in ih264d_process_inter_mb() 640 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[3], in ih264d_process_inter_mb() 654 ps_dec->s_high_profile.i2_scalinglist8x8[1]; in ih264d_process_inter_mb() 737 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[4], in ih264d_process_inter_mb() 749 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[4], in ih264d_process_inter_mb() 779 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[5], in ih264d_process_inter_mb() 791 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[5], in ih264d_process_inter_mb()
|
D | ih264d_process_intra_mb.c | 984 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[0], in ih264d_process_intra_mb() 997 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[0], in ih264d_process_intra_mb() 1314 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[0], in ih264d_process_intra_mb() 1327 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[0], in ih264d_process_intra_mb() 1695 ps_dec->s_high_profile.i2_scalinglist8x8[0]; in ih264d_process_intra_mb() 1876 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[1], in ih264d_process_intra_mb() 1888 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[1], in ih264d_process_intra_mb() 1918 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[2], in ih264d_process_intra_mb() 1930 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[2], in ih264d_process_intra_mb()
|
D | ih264d_parse_islice.c | 123 if(ps_dec->s_high_profile.u1_transform8x8_present) in ih264d_parse_imb_cavlc() 366 if(ps_dec->s_high_profile.u1_scaling_present) in ih264d_parse_imb_cavlc() 369 ps_dec->s_high_profile.i2_scalinglist4x4[0]; in ih264d_parse_imb_cavlc() 529 if(ps_dec->s_high_profile.u1_transform8x8_present) in ih264d_parse_imb_cabac() 652 if(ps_dec->s_high_profile.u1_scaling_present) in ih264d_parse_imb_cabac() 655 ps_dec->s_high_profile.i2_scalinglist4x4[0]; in ih264d_parse_imb_cabac()
|
D | ih264d_parse_slice.c | 179 high_profile_tools_t s_high_profile; in ih264d_start_of_pic() local 382 ps_dec->s_high_profile.u1_scaling_present = 0; in ih264d_start_of_pic() 383 ps_dec->s_high_profile.u1_transform8x8_present = 0; in ih264d_start_of_pic() 691 ps_dec->s_high_profile.u1_scaling_present = 1; in ih264d_start_of_pic() 700 ps_dec->s_high_profile.u1_transform8x8_present = 1; in ih264d_start_of_pic() 709 ps_dec->s_high_profile.u1_direct_8x8_inference_flag = in ih264d_start_of_pic() 711 ps_dec->s_high_profile.s_cavlc_ctxt = ps_dec->s_cavlc_ctxt; in ih264d_start_of_pic()
|
D | ih264d_parse_cabac.c | 617 ps_ctxt_sig_coeff = ps_dec->s_high_profile.ps_sigcoeff_8x8_frame; in ih264d_read_coeff8x8_cabac() 628 ps_ctxt_sig_coeff = ps_dec->s_high_profile.ps_sigcoeff_8x8_field; in ih264d_read_coeff8x8_cabac() 1511 if(ps_dec->s_high_profile.u1_scaling_present) in ih264d_parse_residual4x4_cabac() 1514 ps_dec->s_high_profile.i2_scalinglist4x4[i4_mb_inter_inc in ih264d_parse_residual4x4_cabac()
|
D | ih264d_utils.c | 2481 ps_dec->s_high_profile.ps_transform8x8_flag = p_cabac_ctxt_table_t in ih264d_get_memory_dec_params() 2484 ps_dec->s_high_profile.ps_sigcoeff_8x8_frame = p_cabac_ctxt_table_t in ih264d_get_memory_dec_params() 2487 ps_dec->s_high_profile.ps_last_sigcoeff_8x8_frame = in ih264d_get_memory_dec_params() 2491 ps_dec->s_high_profile.ps_coeff_abs_levelminus1 = in ih264d_get_memory_dec_params() 2494 ps_dec->s_high_profile.ps_sigcoeff_8x8_field = p_cabac_ctxt_table_t in ih264d_get_memory_dec_params() 2497 ps_dec->s_high_profile.ps_last_sigcoeff_8x8_field = in ih264d_get_memory_dec_params()
|
D | ih264d_parse_cavlc.c | 2634 if(ps_dec->s_high_profile.u1_scaling_present) in ih264d_parse_residual4x4_cavlc() 2637 ps_dec->s_high_profile.i2_scalinglist4x4[i4_mb_inter_inc in ih264d_parse_residual4x4_cavlc() 2640 ps_dec->s_high_profile.i2_scalinglist4x4[i4_mb_inter_inc in ih264d_parse_residual4x4_cavlc()
|
D | ih264d_parse_pslice.c | 350 if((ps_dec->s_high_profile.u1_transform8x8_present) && (u4_cbp & 0xf) in ih264d_parse_pmb_cavlc() 675 if((ps_dec->s_high_profile.u1_transform8x8_present) && (u1_cbp & 0xf) in ih264d_parse_pmb_cabac()
|
D | ih264d_parse_mb_header.c | 666 u4_cxt_inc, ps_dec->s_high_profile.ps_transform8x8_flag, in ih264d_parse_transform8x8flag_cabac()
|
D | ih264d_structs.h | 1273 high_profile_tools_t s_high_profile; member
|