Home
last modified time | relevance | path

Searched refs:AV_RB24 (Results 1 – 25 of 63) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
Ddolby_e_parse.c55 return AV_RB24(key) >> 24 - s->word_bits; in parse_key()
83 put_bits(&pb, 20, AV_RB24(src) >> 4 ^ key); in ff_dolby_e_convert_input()
88 AV_WB24(dst, AV_RB24(src) ^ key); in ff_dolby_e_convert_input()
105 hdr = AV_RB24(buf); in ff_dolby_e_parse_header()
Daliaspixenc.c92 pixel = AV_RB24(in_buf); in encode_frame()
94 pixel == AV_RB24(in_buf)) { in encode_frame()
Dcinepak.c280 chunk_size = AV_RB24 (&data[1]) - 4; in cinepak_decode_strip()
324 encoded_buf_size = AV_RB24(&s->data[1]); in cinepak_predecode_check()
361 int strip_size = AV_RB24 (data + 1); in cinepak_predecode_check()
400 strip_size = AV_RB24 (&s->data[1]) - 12; in cinepak_decode()
Dbintext.c77 s->palette[i] = 0xFF000000 | (AV_RB24(p) << 2) | ((AV_RB24(p) >> 4) & 0x30303); in decode_init()
Deatgv.c87 size = AV_RB24(src); in unpack()
300 s->palette[i] = 0xFFU << 24 | AV_RB24(buf); in tgv_decode_frame()
Dtak.c85 CRC = AV_RB24(buf + buf_size); in ff_tak_check_crc()
Dhevc_mp4toannexb_bsf.c104 AV_RB24(ctx->par_in->extradata) == 1 || in hevc_mp4toannexb_init()
Drl2.c163 s->palette[i] = 0xFFU << 24 | AV_RB24(&avctx->extradata[6 + i * 3]); in rl2_decode_init()
Delsdec.c253 ctx->x = AV_RB24(in); in ff_els_decoder_init()
/third_party/ffmpeg/libavformat/
Dswfdec.c86 if ( AV_RB24(p->buf) != AV_RB24("CWS") in swf_probe()
87 && AV_RB24(p->buf) != AV_RB24("FWS")) in swf_probe()
90 if ( AV_RB24(p->buf) == AV_RB24("CWS") in swf_probe()
441 if (alpha_bmp) colormap[i] = buf[3]<<24 | AV_RB24(buf + 4*i); in swf_read_packet()
442 else colormap[i] = 0xffU <<24 | AV_RB24(buf + 3*i); in swf_read_packet()
Doggparsevp8.c56 st->sample_aspect_ratio.num = AV_RB24(p + 12); in vp8_header()
57 st->sample_aspect_ratio.den = AV_RB24(p + 15); in vp8_header()
Dflacdec.c114 samplerate = AV_RB24(st->codecpar->extradata + 10) >> 4; in flac_read_header()
240 int size = AV_RB24(p->buf + 5); in flac_probe()
243 int sample_rate = AV_RB24(p->buf + 18) >> 4; in flac_probe()
Dmpegvideodec.c61 if (AV_RB24(ptr + j + 9) & 0xFFFFFE) in mpegvideo_probe()
Dloasdec.c44 uint32_t header = AV_RB24(buf2); in loas_probe()
Dlmlm4.c54 } else if (AV_RB24(buf + 8) == 0x000001) { /* PES Signal */ in lmlm4_probe()
Drawenc.c334 AV_RB24(pkt->data) != 0x000001) in h264_check_bitstream()
357 AV_RB24(pkt->data) != 0x000001) in hevc_check_bitstream()
Doggparseflac.c68 samplerate = AV_RB24(st->codecpar->extradata + 10) >> 4; in flac_header()
Davc.c121 AV_RB24(data) != 0x000001) { in ff_isom_write_avcc()
228 if (*size >= 4 && (AV_RB32(in) == 0x00000001 || AV_RB24(in) == 0x000001)) in ff_avc_write_annexb_extradata()
Dstldec.c42 if (AV_RB24(ptr) == 0xEFBBBF) in stl_probe()
Dmpl2dec.c44 if (AV_RB24(ptr) == 0xefbbbf) in mpl2_probe()
Dmicrodvddec.c45 if (AV_RB24(ptr) == 0xEFBBBF) in microdvd_probe()
Dspdifenc.c265 core_size = ((AV_RB24(pkt->data + 5) >> 4) & 0x3fff) + 1; in spdif_header_dts()
437 if (AV_RB24(pkt->data + 4) == 0xf8726f) { in spdif_header_truehd()
/third_party/ffmpeg/libavutil/avr32/
Dintreadwrite.h64 #define AV_RB24 AV_RB24 macro
65 static av_always_inline uint32_t AV_RB24(const void *p) in AV_RB24() function
/third_party/ffmpeg/libavutil/
Dintreadwrite.h101 # if defined(AV_RN24) && !defined(AV_RB24)
102 # define AV_RB24(p) AV_RN24(p) macro
103 # elif !defined(AV_RN24) && defined(AV_RB24)
104 # define AV_RN24(p) AV_RB24(p)
443 #ifndef AV_RB24
444 # define AV_RB24(x) \ macro
/third_party/ffmpeg/libavfilter/
Dvf_stereo3d.c652 AV_WB24(&dst[x], AV_RB24(&src[x * 2])); in interleave_cols_to_any()
980 … AV_WB24(&dst[x ], (b&1) == (y&1) ? AV_RB24(&left[p*m]) : AV_RB24(&right[p*m])); in filter_frame()
981 … AV_WB24(&dst[x+3], (b&1) != (y&1) ? AV_RB24(&left[p*m]) : AV_RB24(&right[p*m])); in filter_frame()
1037 AV_WB24(&dst[x ], b&1 ? AV_RB24(&left[p*m]) : AV_RB24(&right[p*m])); in filter_frame()
1038 AV_WB24(&dst[x+3], !(b&1) ? AV_RB24(&left[p*m]) : AV_RB24(&right[p*m])); in filter_frame()

123