Searched refs:ihevcd_parse_transform_tree (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_parse_slice.c | 117 WORD32 ihevcd_parse_transform_tree(codec_t *ps_codec, in ihevcd_parse_transform_tree() function 220 …ret = ihevcd_parse_transform_tree(ps_codec, x0, y0, x0, y0, log2_trafo_size - 1, trafo_depth + 1, … in ihevcd_parse_transform_tree() 224 …ret = ihevcd_parse_transform_tree(ps_codec, x1, y0, x0, y0, log2_trafo_size - 1, trafo_depth + 1, … in ihevcd_parse_transform_tree() 228 …ret = ihevcd_parse_transform_tree(ps_codec, x0, y1, x0, y0, log2_trafo_size - 1, trafo_depth + 1, … in ihevcd_parse_transform_tree() 232 …ret = ihevcd_parse_transform_tree(ps_codec, x1, y1, x0, y0, log2_trafo_size - 1, trafo_depth + 1, … in ihevcd_parse_transform_tree() 1610 ret = ihevcd_parse_transform_tree(ps_codec, x0, y0, x0, y0, in ihevcd_parse_coding_unit()
|
/external/libhevc/ |
D | libhevc_blacklist.txt | 272 fun:ihevcd_parse_transform_tree
|