Home
last modified time | relevance | path

Searched refs:roq (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
Droqvideoenc.c229 RoqContext *const roq = &enc->common; in eval_motion_dist() local
242 if ((unsigned) mx > roq->width-size || (unsigned) my > roq->height-size) in eval_motion_dist()
245 return block_sse(enc->frame_to_enc->data, roq->last_frame->data, x, y, in eval_motion_dist()
247 enc->frame_to_enc->linesize, roq->last_frame->linesize, in eval_motion_dist()
273 RoqContext *const roq = &enc->common; in create_cel_evals() local
275 enc->cel_evals = av_malloc_array(roq->width * roq->height / 64, sizeof(CelEvaluation)); in create_cel_evals()
280 for (int y = 0, n = 0; y < roq->height; y += 16) in create_cel_evals()
281 for (int x = 0; x < roq->width; x += 16) in create_cel_evals()
349 RoqContext *const roq = &enc->common; in motion_search() local
358 const int max = (roq->width / blocksize) * roq->height / blocksize; in motion_search()
[all …]
/third_party/ffmpeg/libavformat/
Didroqdec.c73 RoqDemuxContext *roq = s->priv_data; in roq_read_header() local
81 roq->frame_rate = AV_RL16(&preamble[6]); in roq_read_header()
84 roq->width = roq->height = roq->audio_channels = roq->video_pts = in roq_read_header()
85 roq->audio_frame_count = 0; in roq_read_header()
86 roq->audio_stream_index = -1; in roq_read_header()
87 roq->video_stream_index = -1; in roq_read_header()
97 RoqDemuxContext *roq = s->priv_data; in roq_read_packet() local
127 if (roq->video_stream_index == -1) { in roq_read_packet()
131 avpriv_set_pts_info(st, 63, 1, roq->frame_rate); in roq_read_packet()
132 roq->video_stream_index = st->index; in roq_read_packet()
[all …]
/third_party/ffmpeg/tests/ref/vsynth/
Dvsynth2-roqvideo1 f6caa394394e07b16c73fa2bb4807a88 *tests/data/fate/vsynth2-roqvideo.roq
2 92517 tests/data/fate/vsynth2-roqvideo.roq
Dvsynth_lena-roqvideo1 1a43cd71c91f2ef42d11a81419bff3bd *tests/data/fate/vsynth_lena-roqvideo.roq
2 94810 tests/data/fate/vsynth_lena-roqvideo.roq
Dvsynth1-roqvideo1 8037e62b2707a246e787bb1723b752b9 *tests/data/fate/vsynth1-roqvideo.roq
2 102571 tests/data/fate/vsynth1-roqvideo.roq
/third_party/ffmpeg/tests/ref/acodec/
Droqaudio1 75859976d7098588aeaebbc5551484a9 *tests/data/fate/acodec-roqaudio.roq
2 265992 tests/data/fate/acodec-roqaudio.roq
/third_party/ffmpeg/tests/fate/
Ddpcm.mak2 fate-dpcm-idroq: CMD = framecrc -i $(TARGET_SAMPLES)/idroq/idlogo.roq -vn
Dacodec.mak156 fate-acodec-roqaudio: FMT = roq
Dvideo.mak178 …)/ffmpeg-synthetic/vsynth1/%02d.pgm -r 30 -sws_flags +bitexact -vf pad=512:512:80:112 -f roq -t 0.2
295 fate-roqvideo: CMD = framecrc -i $(TARGET_SAMPLES)/idroq/idlogo.roq -an
Dseek.mak151 fate-seek-vsynth_lena-roqvideo: SRC = fate/vsynth_lena-roqvideo.roq
Dvcodec.mak401 fate-vsynth%-roqvideo: FMT = roq
/third_party/mesa3d/src/freedreno/afuc/
Demu-ui.c445 ASSERTED bool ret = emu_queue_push(&emu->roq, hdr); in emu_packet_prompt()
449 ASSERTED bool ret = emu_queue_push(&emu->roq, payload[i]); in emu_packet_prompt()
Demu.h200 struct emu_queue roq; member
Demu-regs.c207 if (emu_queue_pop(&emu->roq, &val)) { in emu_get_fifo_reg()