Searched refs:AV_RB24 (Results 1 – 25 of 63) sorted by relevance
123
55 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()
92 pixel = AV_RB24(in_buf); in encode_frame()94 pixel == AV_RB24(in_buf)) { in encode_frame()
280 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()
77 s->palette[i] = 0xFF000000 | (AV_RB24(p) << 2) | ((AV_RB24(p) >> 4) & 0x30303); in decode_init()
87 size = AV_RB24(src); in unpack()300 s->palette[i] = 0xFFU << 24 | AV_RB24(buf); in tgv_decode_frame()
85 CRC = AV_RB24(buf + buf_size); in ff_tak_check_crc()
104 AV_RB24(ctx->par_in->extradata) == 1 || in hevc_mp4toannexb_init()
163 s->palette[i] = 0xFFU << 24 | AV_RB24(&avctx->extradata[6 + i * 3]); in rl2_decode_init()
253 ctx->x = AV_RB24(in); in ff_els_decoder_init()
86 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()
56 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()
114 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()
61 if (AV_RB24(ptr + j + 9) & 0xFFFFFE) in mpegvideo_probe()
44 uint32_t header = AV_RB24(buf2); in loas_probe()
54 } else if (AV_RB24(buf + 8) == 0x000001) { /* PES Signal */ in lmlm4_probe()
334 AV_RB24(pkt->data) != 0x000001) in h264_check_bitstream()357 AV_RB24(pkt->data) != 0x000001) in hevc_check_bitstream()
68 samplerate = AV_RB24(st->codecpar->extradata + 10) >> 4; in flac_header()
121 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()
42 if (AV_RB24(ptr) == 0xEFBBBF) in stl_probe()
44 if (AV_RB24(ptr) == 0xefbbbf) in mpl2_probe()
45 if (AV_RB24(ptr) == 0xEFBBBF) in microdvd_probe()
265 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()
64 #define AV_RB24 AV_RB24 macro65 static av_always_inline uint32_t AV_RB24(const void *p) in AV_RB24() function
101 # if defined(AV_RN24) && !defined(AV_RB24)102 # define AV_RB24(p) AV_RN24(p) macro103 # elif !defined(AV_RN24) && defined(AV_RB24)104 # define AV_RN24(p) AV_RB24(p)443 #ifndef AV_RB24444 # define AV_RB24(x) \ macro
652 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()