Searched refs:ihevcd_parse_coding_quadtree (Results 1 – 1 of 1) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_parse_slice.c | 1670 IHEVCD_ERROR_T ihevcd_parse_coding_quadtree(codec_t *ps_codec, in ihevcd_parse_coding_quadtree() function 1815 ihevcd_parse_coding_quadtree(ps_codec, x0, y0, log2_cb_size - 1, ct_depth + 1); in ihevcd_parse_coding_quadtree() 1819 ihevcd_parse_coding_quadtree(ps_codec, x1, y0, log2_cb_size - 1, ct_depth + 1); in ihevcd_parse_coding_quadtree() 1822 ihevcd_parse_coding_quadtree(ps_codec, x0, y1, log2_cb_size - 1, ct_depth + 1); in ihevcd_parse_coding_quadtree() 1826 ihevcd_parse_coding_quadtree(ps_codec, x1, y1, log2_cb_size - 1, ct_depth + 1); in ihevcd_parse_coding_quadtree() 2576 ihevcd_parse_coding_quadtree(ps_codec, in ihevcd_parse_slice_data()
|