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

/external/libavc/decoder/
H A Dih264d_quant_scaling.c94 ps_dec->s_high_profile.i2_scalinglist4x4[i4_i][pu1_inv_scan[i4_j]] =
105 ps_dec->s_high_profile.i2_scalinglist8x8[i4_i][gau1_ih264d_inv_scan_prog8x8_cabac[i4_j]] =
132 ps_dec->s_high_profile.pi2_scale_mat[i4_i] =
137 ps_dec->s_high_profile.pi2_scale_mat[i4_i] =
138 ps_dec->s_high_profile.pi2_scale_mat[i4_i
146 ps_dec->s_high_profile.pi2_scale_mat[i4_i] =
151 ps_dec->s_high_profile.pi2_scale_mat[i4_i] =
163 ps_dec->s_high_profile.pi2_scale_mat[i4_i] =
168 ps_dec->s_high_profile.pi2_scale_mat[i4_i] =
190 ps_dec->s_high_profile
[all...]
H A Dih264d_parse_bslice.c148 ps_dec->s_high_profile.u1_no_submb_part_size_lt8x8_flag = 0;
151 else if(!ps_dec->s_high_profile.u1_direct_8x8_inference_flag)
153 ps_dec->s_high_profile.u1_no_submb_part_size_lt8x8_flag = 0;
473 ps_dec->s_high_profile.u1_no_submb_part_size_lt8x8_flag = 0;
476 else if(!ps_dec->s_high_profile.u1_direct_8x8_inference_flag)
478 ps_dec->s_high_profile.u1_no_submb_part_size_lt8x8_flag = 0;
642 ps_dec->s_high_profile.u1_no_submb_part_size_lt8x8_flag = 1;
674 ps_dec->s_high_profile.u1_direct_8x8_inference_flag;
690 if((ps_dec->s_high_profile.u1_transform8x8_present) && (u1_cbp & (0xf))
691 && (ps_dec->s_high_profile
[all...]
H A Dih264d_process_pslice.c626 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[3],
639 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[3],
653 ps_dec->s_high_profile.i2_scalinglist8x8[1];
736 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[4],
748 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[4],
778 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[5],
790 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[5],
H A Dih264d_process_intra_mb.c984 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[0],
997 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[0],
1315 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[0],
1328 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[0],
1697 ps_dec->s_high_profile.i2_scalinglist8x8[0];
1878 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[1],
1890 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[1],
1920 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[2],
1932 (UWORD16 *)ps_dec->s_high_profile.i2_scalinglist4x4[2],
H A Dih264d_parse_islice.c123 if(ps_dec->s_high_profile.u1_transform8x8_present)
366 if(ps_dec->s_high_profile.u1_scaling_present)
369 ps_dec->s_high_profile.i2_scalinglist4x4[0];
529 if(ps_dec->s_high_profile.u1_transform8x8_present)
652 if(ps_dec->s_high_profile.u1_scaling_present)
655 ps_dec->s_high_profile.i2_scalinglist4x4[0];
H A Dih264d_parse_slice.c179 high_profile_tools_t s_high_profile; local
380 ps_dec->s_high_profile.u1_scaling_present = 0;
381 ps_dec->s_high_profile.u1_transform8x8_present = 0;
677 ps_dec->s_high_profile.u1_scaling_present = 1;
686 ps_dec->s_high_profile.u1_transform8x8_present = 1;
695 ps_dec->s_high_profile.u1_direct_8x8_inference_flag =
697 ps_dec->s_high_profile.s_cavlc_ctxt = ps_dec->s_cavlc_ctxt;
H A Dih264d_parse_cabac.c617 ps_ctxt_sig_coeff = ps_dec->s_high_profile.ps_sigcoeff_8x8_frame;
628 ps_ctxt_sig_coeff = ps_dec->s_high_profile.ps_sigcoeff_8x8_field;
1511 if(ps_dec->s_high_profile.u1_scaling_present)
1514 ps_dec->s_high_profile.i2_scalinglist4x4[i4_mb_inter_inc
H A Dih264d_utils.c2147 /* This is maintained seperately in s_high_profile */
2151 ps_dec->s_high_profile.ps_transform8x8_flag = p_cabac_ctxt_table_t
2154 ps_dec->s_high_profile.ps_sigcoeff_8x8_frame = p_cabac_ctxt_table_t
2157 ps_dec->s_high_profile.ps_last_sigcoeff_8x8_frame =
2161 ps_dec->s_high_profile.ps_coeff_abs_levelminus1 =
2164 ps_dec->s_high_profile.ps_sigcoeff_8x8_field = p_cabac_ctxt_table_t
2167 ps_dec->s_high_profile.ps_last_sigcoeff_8x8_field =
H A Dih264d_parse_cavlc.c2646 if(ps_dec->s_high_profile.u1_scaling_present)
2649 ps_dec->s_high_profile.i2_scalinglist4x4[i4_mb_inter_inc
2652 ps_dec->s_high_profile.i2_scalinglist4x4[i4_mb_inter_inc
H A Dih264d_parse_pslice.c350 if((ps_dec->s_high_profile.u1_transform8x8_present) && (u4_cbp & 0xf)
675 if((ps_dec->s_high_profile.u1_transform8x8_present) && (u1_cbp & 0xf)
H A Dih264d_parse_mb_header.c666 u4_cxt_inc, ps_dec->s_high_profile.ps_transform8x8_flag,
H A Dih264d_structs.h1203 high_profile_tools_t s_high_profile; member in struct:_DecStruct

Completed in 133 milliseconds