Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dhq_hqa.c123 uint32_t slice_off[21]; in hq_decode_frame() local
147 slice_off[i] = bytestream2_get_be24(&ctx->gbc) - 4; in hq_decode_frame()
155 if (slice_off[slice] < (profile->num_slices + 1) * 3 || in hq_decode_frame()
156 slice_off[slice] >= slice_off[slice + 1] || in hq_decode_frame()
157 slice_off[slice + 1] > data_size) { in hq_decode_frame()
162 init_get_bits(&gb, src + slice_off[slice], in hq_decode_frame()
163 (slice_off[slice + 1] - slice_off[slice]) * 8); in hq_decode_frame()
247 uint32_t slice_off[ in hqa_decode_frame() local
[all...]
H A Dhqx.c384 uint32_t *slice_off = ctx->slice_off; in decode_slice_thread() local
387 if (slice_off[slice_no] < HQX_HEADER_SIZE || in decode_slice_thread()
388 slice_off[slice_no] >= slice_off[slice_no + 1] || in decode_slice_thread()
389 slice_off[slice_no + 1] > ctx->data_size) { in decode_slice_thread()
395 ctx->src + slice_off[slice_no], in decode_slice_thread()
396 slice_off[slice_no + 1] - slice_off[slice_no]); in decode_slice_thread()
452 ctx->slice_off[ in hqx_decode_frame()
[all...]
H A Dfic.c376 unsigned slice_off = AV_RB32(src + tsize + FIC_HEADER_SIZE + slice * 4); in fic_decode_frame() local
390 if (slice_size < slice_off) in fic_decode_frame()
394 if (slice_size < slice_off || slice_size > msize) in fic_decode_frame()
397 slice_size -= slice_off; in fic_decode_frame()
399 ctx->slice_data[slice].src = sdata + slice_off; in fic_decode_frame()
H A Dhqx.h75 uint32_t slice_off[17]; member

Completed in 3 milliseconds