Home
last modified time | relevance | path

Searched refs:istride (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmsrle.c90 int istride = FFALIGN(avctx->width*avctx->bits_per_coded_sample, 32) / 8; in msrle_decode_frame() local
114 if (avctx->height * istride == avpkt->size) { /* assume uncompressed */ in msrle_decode_frame()
117 uint8_t *buf = avpkt->data + (avctx->height-1)*istride; in msrle_decode_frame()
134 buf -= istride; in msrle_decode_frame()
Dvc2enc.c119 ptrdiff_t istride; member
842 const ptrdiff_t linesize = transform_dat->istride; in dwt_plane()
908 s->transform_args[i].istride = frame->linesize[i]; in encode_frame()
/third_party/ffmpeg/tests/checkasm/
Dvp9dsp.c399 int istride = dir ? 1 : 16; in randomize_loopfilter_buffers() local
403 int idx = off + i * istride, p0, q0; in randomize_loopfilter_buffers()
412 int idx = off + i * istride, p0, q0; in randomize_loopfilter_buffers()
425 int idx = off + i * istride, p2, p1, p0, q0, q1, q2; in randomize_loopfilter_buffers()
440 int idx = off + i * istride; in randomize_loopfilter_buffers()
Dvp8dsp.c342 int istride = dir ? 1 : str; in randomize_loopfilter_buffers() local
350 int idx = off + i * istride, p2, p1, p0, q0, q1, q2; in randomize_loopfilter_buffers()
/third_party/gstreamer/gstplugins_bad/gst/y4m/
Dgsty4mdec.c690 gint w, h, istride, ostride; in gst_y4m_dec_chain() local
708 istride = GST_VIDEO_FRAME_COMP_STRIDE (&iframe, i); in gst_y4m_dec_chain()
717 src += istride; in gst_y4m_dec_chain()
/third_party/ffmpeg/libavcodec/x86/
Dcfhdencdsp.asm42 cglobal cfhdenc_horiz_filter, 8, 10, 11, input, low, high, istride, lwidth, hwidth, width, y, x, te…
200 cglobal cfhdenc_vert_filter, 8, 11, 14, input, low, high, istride, lwidth, hwidth, width, height, x…
/third_party/ffmpeg/libavfilter/
Daf_arnndn.c1302 const int stride = 3 * AN, istride = 3 * AM; in compute_gru() local
1308 sum += s->fdsp->scalarproduct_float(gru->input_weights + i * istride, input, AM); in compute_gru()
1317 sum += s->fdsp->scalarproduct_float(gru->input_weights + AM + i * istride, input, AM); in compute_gru()
1326 sum += s->fdsp->scalarproduct_float(gru->input_weights + 2 * AM + i * istride, input, AM); in compute_gru()