Home
last modified time | relevance | path

Searched refs:cross_pf (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcdec.h383 uint8_t cross_pf; member
Dhevcdec.c1161 lc->tu.cross_pf = 0; in hls_transform_unit()
1168 lc->tu.cross_pf = (s->ps.pps->cross_component_prediction_enabled_flag && cbf_luma && in hls_transform_unit()
1172 if (lc->tu.cross_pf) { in hls_transform_unit()
1184 if (lc->tu.cross_pf) { in hls_transform_unit()
1201 if (lc->tu.cross_pf) { in hls_transform_unit()
1213 if (lc->tu.cross_pf) { in hls_transform_unit()
Dhevc_cabac.c1531 if (lc->tu.cross_pf) { in ff_hevc_hls_residual_coding()