Searched refs:slice_buf (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | snow_dwt.h | 89 #define slice_buffer_get_line(slice_buf, line_num) \ 90 ((slice_buf)->line[line_num] ? (slice_buf)->line[line_num] \ 91 : ff_slice_buffer_load_line((slice_buf), \ 117 slice_buffer *slice_buf, IDWTELEM *temp,
|
H A D | svq3.c | 98 uint8_t *slice_buf; member 1032 av_fast_padded_malloc(&s->slice_buf, &s->slice_buf_size, slice_bytes); in svq3_decode_slice_header() 1033 if (!s->slice_buf) in svq3_decode_slice_header() 1040 memcpy(s->slice_buf, s->gb.buffer + s->gb.index / 8, slice_bytes); in svq3_decode_slice_header() 1043 uint32_t header = AV_RL32(&s->slice_buf[1]); in svq3_decode_slice_header() 1044 AV_WL32(&s->slice_buf[1], header ^ s->watermark_key); in svq3_decode_slice_header() 1046 init_get_bits(&s->gb_slice, s->slice_buf, slice_bits); in svq3_decode_slice_header() 1049 memmove(s->slice_buf, &s->slice_buf[slice_length], length - 1); in svq3_decode_slice_header() 1583 av_freep(&s->slice_buf); in svq3_decode_end() [all...] |
H A D | snow_dwt.c | 659 slice_buffer *slice_buf, IDWTELEM *temp, in ff_spatial_idwt_buffered_slice() 672 spatial_compose97i_dy_buffered(dsp, cs + level, slice_buf, temp, in ff_spatial_idwt_buffered_slice() 678 spatial_compose53i_dy_buffered(cs + level, slice_buf, temp, in ff_spatial_idwt_buffered_slice() 658 ff_spatial_idwt_buffered_slice(SnowDWTContext *dsp, DWTCompose *cs, slice_buffer *slice_buf, IDWTELEM *temp, int width, int height, int stride_line, int type, int decomposition_count, int y) ff_spatial_idwt_buffered_slice() argument
|
Completed in 5 milliseconds