Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dinterplayvideo.c959 GetByteContext decoding_map_ptr; in ipvideo_decode_format_06_opcodes() local
969 bytestream2_init(&decoding_map_ptr, s->decoding_map, s->decoding_map_size); in ipvideo_decode_format_06_opcodes()
972 bytestream2_seek(&decoding_map_ptr, 0, SEEK_SET); in ipvideo_decode_format_06_opcodes()
975 opcode = bytestream2_get_le16(&decoding_map_ptr); in ipvideo_decode_format_06_opcodes()
1029 GetByteContext decoding_map_ptr; in ipvideo_decode_format_10_opcodes() local
1042 bytestream2_init(&decoding_map_ptr, s->decoding_map, s->decoding_map_size); in ipvideo_decode_format_10_opcodes()
1046 bytestream2_seek(&decoding_map_ptr, 0, SEEK_SET); in ipvideo_decode_format_10_opcodes()
1056 opcode = bytestream2_get_le16(&decoding_map_ptr); in ipvideo_decode_format_10_opcodes()

Completed in 2 milliseconds