Home
last modified time | relevance | path

Searched refs:offset_r (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dfifo.c39 size_t offset_r, offset_w; member
40 // distinguishes the ambiguous situation offset_r == offset_w
89 if (f->offset_w <= f->offset_r && !f->is_empty) in av_fifo_can_read()
90 return f->nb_elems - f->offset_r + f->offset_w; in av_fifo_can_read()
91 return f->offset_w - f->offset_r; in av_fifo_can_read()
113 if (f->offset_w <= f->offset_r && !f->is_empty) { in av_fifo_grow2()
203 size_t offset_r = f->offset_r; in fifo_peek_common() local
212 if (offset_r >= f->nb_elems - offset) in fifo_peek_common()
213 offset_r in fifo_peek_common()
366 size_t offset_r = f->rptr - f->buffer; av_fifo_realloc2() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_apulsator.c48 double offset_r; member
72 { "offset_r", "set offset R", OFFSET(offset_r), AV_OPT_TYPE_DOUBLE, {.dbl=.5}, 0, 1, FLAGS },
220 s->lfoR.offset = s->offset_r; in config_input()
H A Dvf_huesaturation.c111 const uint8_t offset_r = s->rgba_map[R]; \
114 type *dst_r = row + offset_r; \
/third_party/ffmpeg/libavcodec/
H A Dflac_parser.c215 size_t offset_r = f->rptr - f->buffer; in flac_fifo_grow() local
231 if (offset_w <= offset_r && !f->empty) { in flac_fifo_grow()
243 f->rptr = f->buffer + offset_r; in flac_fifo_grow()
/third_party/ffmpeg/libavutil/x86/
H A Dtx_float.asm550 %define offset_r %4
552 %define offset_r 0
560 SPLIT_RADIX_LOAD_COMBINE_4 %1, 2*%1, %2, 0, 0, offset_c, offset_r, offset_i
561 SPLIT_RADIX_LOAD_COMBINE_4 %1, 2*%1, %2, 1, 1, offset_c, offset_r, offset_i
562 SPLIT_RADIX_LOAD_COMBINE_4 %1, 2*%1, %2, 4, 2, offset_c, offset_r, offset_i
563 SPLIT_RADIX_LOAD_COMBINE_4 %1, 2*%1, %2, 5, 3, offset_c, offset_r, offset_i
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d40_tex.c169 p2_unpacked->offset_r = in handle_tex_src()

Completed in 7 milliseconds