Home | History | Annotate | Download | only in decoder

Lines Matching defs:x1

126     WORD32 x1, y1;
209 x1 = x0 + ((1 << log2_trafo_size) >> 1);
220 ihevcd_parse_transform_tree(ps_codec, x1, y0, x0, y0, log2_trafo_size - 1, trafo_depth + 1, 1, intra_pred_mode_tmp);
226 ihevcd_parse_transform_tree(ps_codec, x1, y1, x0, y0, log2_trafo_size - 1, trafo_depth + 1, 3, intra_pred_mode_tmp);
1680 WORD32 x1, y1;
1812 x1 = x0 + ((1 << log2_cb_size) >> 1);
1818 if(x1 < ps_sps->i2_pic_width_in_luma_samples)
1819 ihevcd_parse_coding_quadtree(ps_codec, x1, y0, log2_cb_size - 1, ct_depth + 1);
1824 if((x1 < ps_sps->i2_pic_width_in_luma_samples) &&
1826 ihevcd_parse_coding_quadtree(ps_codec, x1, y1, log2_cb_size - 1, ct_depth + 1);