Searched refs:cb_depth (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | escape124.c | 245 unsigned cb_depth, cb_size; in escape124_decode_frame() local 254 cb_depth = av_log2(cb_size - 1) + 1; in escape124_decode_frame() 256 cb_depth = get_bits(&gb, 4); in escape124_decode_frame() 260 cb_size = 1 << cb_depth; in escape124_decode_frame() 265 cb_size = s->num_superblocks << cb_depth; in escape124_decode_frame() 268 if (s->num_superblocks >= INT_MAX >> cb_depth) { in escape124_decode_frame() 279 s->codebooks[i] = unpack_codebook(&gb, cb_depth, cb_size); in escape124_decode_frame()
|
H A D | hevcdec.c | 2343 int log2_cb_size, int cb_depth) in hls_coding_quadtree() 2350 lc->ct_depth = cb_depth; in hls_coding_quadtree() 2354 split_cu = ff_hevc_split_coding_unit_flag_decode(s, cb_depth, x0, y0); in hls_coding_quadtree() 2377 more_data = hls_coding_quadtree(s, x0, y0, log2_cb_size - 1, cb_depth + 1); in hls_coding_quadtree() 2382 more_data = hls_coding_quadtree(s, x1, y0, log2_cb_size - 1, cb_depth + 1); in hls_coding_quadtree() 2387 more_data = hls_coding_quadtree(s, x0, y1, log2_cb_size - 1, cb_depth + 1); in hls_coding_quadtree() 2393 more_data = hls_coding_quadtree(s, x1, y1, log2_cb_size - 1, cb_depth + 1); in hls_coding_quadtree() 2342 hls_coding_quadtree(HEVCContext *s, int x0, int y0, int log2_cb_size, int cb_depth) hls_coding_quadtree() argument
|
Completed in 7 milliseconds