Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_cabac.c1516 int max_xy = FFMAX(last_significant_coeff_x, last_significant_coeff_y); in ff_hevc_hls_residual_coding() local
1517 if (max_xy == 0) in ff_hevc_hls_residual_coding()
1521 if (max_xy < 4) in ff_hevc_hls_residual_coding()
1523 else if (max_xy < 8) in ff_hevc_hls_residual_coding()
1525 else if (max_xy < 12) in ff_hevc_hls_residual_coding()