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

  /external/libavc/decoder/
ih264d_quant_scaling.c 94 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.pi2_scale_mat[i4_i]
    [all...]
ih264d_parse_bslice.c 148 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.u1_no_submb_part_size_lt8x8_flag
    [all...]
ih264d_process_pslice.c 626 (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],
    [all...]
ih264d_process_intra_mb.c     [all...]
ih264d_parse_islice.c 123 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];
527 if(ps_dec->s_high_profile.u1_transform8x8_present)
650 if(ps_dec->s_high_profile.u1_scaling_present)
653 ps_dec->s_high_profile.i2_scalinglist4x4[0];
    [all...]
ih264d_parse_slice.c 180 high_profile_tools_t s_high_profile; local
383 ps_dec->s_high_profile.u1_scaling_present = 0;
384 ps_dec->s_high_profile.u1_transform8x8_present = 0;
682 ps_dec->s_high_profile.u1_scaling_present = 1;
691 ps_dec->s_high_profile.u1_transform8x8_present = 1;
700 ps_dec->s_high_profile.u1_direct_8x8_inference_flag =
702 ps_dec->s_high_profile.s_cavlc_ctxt = ps_dec->s_cavlc_ctxt;
    [all...]
ih264d_parse_cabac.c 617 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;
    [all...]
ih264d_utils.c     [all...]
ih264d_parse_cavlc.c     [all...]
ih264d_parse_pslice.c 350 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)
    [all...]
ih264d_parse_mb_header.c 666 u4_cxt_inc, ps_dec->s_high_profile.ps_transform8x8_flag,
    [all...]
ih264d_structs.h 1203 high_profile_tools_t s_high_profile; member in struct:_DecStruct
    [all...]

Completed in 120 milliseconds