Home
last modified time | relevance | path

Searched refs:cb_size_split (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhevcdec.c2371 const int cb_size_split = cb_size >> 1; in hls_coding_quadtree() local
2372 const int x1 = x0 + cb_size_split; in hls_coding_quadtree()
2373 const int y1 = y0 + cb_size_split; in hls_coding_quadtree()
2403 return ((x1 + cb_size_split) < s->ps.sps->width || in hls_coding_quadtree()
2404 (y1 + cb_size_split) < s->ps.sps->height); in hls_coding_quadtree()

Completed in 6 milliseconds