Searched refs:ihevcd_parse_prediction_unit (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_parse_slice.c | 815 IHEVCD_ERROR_T ihevcd_parse_prediction_unit(codec_t *ps_codec, in ihevcd_parse_prediction_unit() function 1363 ihevcd_parse_prediction_unit(ps_codec, x0, y0, cb_size, cb_size); in ihevcd_parse_coding_unit() 1491 ihevcd_parse_prediction_unit(ps_codec, x0, y0, cb_size, cb_size); in ihevcd_parse_coding_unit() 1498 ihevcd_parse_prediction_unit(ps_codec, x0, y0, cb_size, cb_size / 2); in ihevcd_parse_coding_unit() 1502 … ihevcd_parse_prediction_unit(ps_codec, x0, y0 + (cb_size / 2), cb_size, cb_size / 2); in ihevcd_parse_coding_unit() 1509 ihevcd_parse_prediction_unit(ps_codec, x0, y0, cb_size / 2, cb_size); in ihevcd_parse_coding_unit() 1512 … ihevcd_parse_prediction_unit(ps_codec, x0 + (cb_size / 2), y0, cb_size / 2, cb_size); in ihevcd_parse_coding_unit() 1519 ihevcd_parse_prediction_unit(ps_codec, x0, y0, cb_size, cb_size / 4); in ihevcd_parse_coding_unit() 1522 … ihevcd_parse_prediction_unit(ps_codec, x0, y0 + (cb_size / 4), cb_size, cb_size * 3 / 4); in ihevcd_parse_coding_unit() 1529 ihevcd_parse_prediction_unit(ps_codec, x0, y0, cb_size, cb_size * 3 / 4); in ihevcd_parse_coding_unit() [all …]
|
/external/libhevc/ |
D | cfi_blacklist.txt | 260 fun:ihevcd_parse_prediction_unit
|