Searched refs:rpu (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dovi_rpu.h | 41 * corresponding rpu/vdr_ref, which becomes invalid on the next call to 80 int ff_dovi_rpu_parse(DOVIContext *s, const uint8_t *rpu, size_t rpu_size);
|
H A D | dovi_rpu.c | 194 int ff_dovi_rpu_parse(DOVIContext *s, const uint8_t *rpu, size_t rpu_size) in ff_dovi_rpu_parse() argument 208 if ((ret = init_get_bits8(gb, rpu, rpu_size)) < 0) in ff_dovi_rpu_parse()
|
H A D | hevcdec.c | 2984 AVFrameSideData *rpu = av_frame_new_side_data_from_buf(out, AV_FRAME_DATA_DOVI_RPU_BUFFER, s->rpu_buf); in set_side_data() local 2985 if (!rpu) in set_side_data() 3333 * We have to do this check here an create the rpu buffer, since RPUs are appended in decode_nal_units()
|
/third_party/ffmpeg/tests/fate/ |
H A D | hevc.mak | 245 fate-hevc-dv-rpu: CMD = probeframes -show_entries frame=side_data_list -select_streams 0 -read_intervals "%+\#2" $(TARGET_SAMPLES)/hevc/dv84.mov 246 FATE_HEVC_FFPROBE-$(call DEMDEC, MOV, HEVC) += fate-hevc-dv-rpu
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.cpp | 2781 static void PrintResults(IBenchPrintCallback &f, UInt64 usage, UInt64 rpu, UInt64 rating, bool showFreq, UInt64 cpuFreq)
2784 PrintRating(f, rpu, kFieldSize_RU);
|
Completed in 11 milliseconds