Home
last modified time | relevance | path

Searched refs:s_cu (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/decoder/
Dihevcd_parse_slice.c135 max_trafo_depth = ps_codec->s_parse.s_cu.i4_max_trafo_depth; in ihevcd_parse_transform_tree()
138 intra_split_flag = ps_codec->s_parse.s_cu.i4_intra_split_flag; in ihevcd_parse_transform_tree()
161 (PRED_MODE_INTER == ps_codec->s_parse.s_cu.i4_pred_mode) && in ihevcd_parse_transform_tree()
162 (PART_2Nx2N != ps_codec->s_parse.s_cu.i4_part_mode) && in ihevcd_parse_transform_tree()
178 ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth] = 0; in ihevcd_parse_transform_tree()
179 ps_codec->s_parse.s_cu.ai1_cbf_cb[trafo_depth] = 0; in ihevcd_parse_transform_tree()
183 …ps_codec->s_parse.s_cu.ai1_cbf_cb[trafo_depth] = ps_codec->s_parse.s_cu.ai1_cbf_cb[trafo_depth - 1… in ihevcd_parse_transform_tree()
184 …ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth] = ps_codec->s_parse.s_cu.ai1_cbf_cr[trafo_depth - 1… in ihevcd_parse_transform_tree()
190 if((trafo_depth == 0) || ps_codec->s_parse.s_cu.ai1_cbf_cb[trafo_depth - 1]) in ihevcd_parse_transform_tree()
195 ps_codec->s_parse.s_cu.ai1_cbf_cb[trafo_depth] = value; in ihevcd_parse_transform_tree()
[all …]
Dihevcd_parse_residual.c213 !ps_codec->s_parse.s_cu.i4_cu_transquant_bypass && in ihevcd_parse_residual_coding()
312 if(PRED_MODE_INTRA == ps_codec->s_parse.s_cu.i4_pred_mode) in ihevcd_parse_residual_coding()
729 …sign_hidden = (((last_sig_scan_pos - first_sig_scan_pos) > 3) && !ps_codec->s_parse.s_cu.i4_cu_tra… in ihevcd_parse_residual_coding()
Dihevcd_intra_pred_mode_prediction.c119 parse_cu_t *ps_cu = &ps_codec->s_parse.s_cu; in ihevcd_intra_pred_mode_prediction()
Dihevcd_structs.h950 parse_cu_t s_cu; member