Home
last modified time | relevance | path

Searched defs:gbyte (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc_sei.c466 static int decode_nal_sei_prefix(GetBitContext *gb, GetByteContext *gbyte, in decode_nal_sei_prefix()
501 static int decode_nal_sei_suffix(GetBitContext *gb, GetByteContext *gbyte, in decode_nal_sei_suffix()
555 GetByteContext gbyte; in ff_hevc_decode_nal_sei() local
Dmv30.c297 GetByteContext *gbyte, int16_t *qtab, in decode_intra_block()
338 GetByteContext *gbyte, int16_t *qtab, in decode_inter_block()
426 GetByteContext gbyte; in decode_intra() local
509 GetByteContext gbyte; in decode_inter() local
Dagm.c65 GetByteContext gbyte; member
574 static int decode_raw_intra_rgb(AVCodecContext *avctx, GetByteContext *gbyte, AVFrame *frame) in decode_raw_intra_rgb()
662 static int decode_runlen_rgb(AVCodecContext *avctx, GetByteContext *gbyte, AVFrame *frame) in decode_runlen_rgb()
715 static int decode_runlen(AVCodecContext *avctx, GetByteContext *gbyte, AVFrame *frame) in decode_runlen()
765 static int decode_raw_intra(AVCodecContext *avctx, GetByteContext *gbyte, AVFrame *frame) in decode_raw_intra()
1102 GetByteContext *gbyte = &s->gbyte; in decode_frame() local
Dwavpack.c91 GetByteContext gbyte; member