Home
last modified time | relevance | path

Searched refs:bidir (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264_deblock_lasx.c44 if (bidir) { \
114 int bidir, int edges, int step, in ff_h264_loop_filter_strength_lasx()
112 ff_h264_loop_filter_strength_lasx(int16_t bS[2][4][4], uint8_t nnz[40], int8_t ref[2][40], int16_t mv[2][40][2], int bidir, int edges, int step, int mask_mv0, int mask_mv1, int field) ff_h264_loop_filter_strength_lasx() argument
H A Dh264dsp_lasx.h94 int bidir, int edges, int step,
/third_party/ffmpeg/libavcodec/mips/
H A Dh264_deblock_msa.c47 if (bidir) { \
121 int bidir, int edges, int step, in ff_h264_loop_filter_strength_msa()
119 ff_h264_loop_filter_strength_msa(int16_t bS[2][4][4], uint8_t nnz[40], int8_t ref[2][40], int16_t mv[2][40][2], int bidir, int edges, int step, int mask_mv0, int mask_mv1, int field) ff_h264_loop_filter_strength_msa() argument
H A Dh264dsp_mips.h323 int8_t ref[2][40], int16_t mv[2][40][2], int bidir, int edges,
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_deblock.asm1065 ; int bidir, int edges, int step,
1068 ; bidir is 0 or 1
1076 ; dir, d_idx, mask_dir, bidir
1083 %define bidir %7
1091 %if bidir == 1
1140 %else ; bidir == 0
1153 %endif ; bidir == 1/0
1173 cglobal h264_loop_filter_strength, 9, 9, 0, bs, nnz, ref, mv, bidir, edges, \
1196 jne .bidir
1211 .bidir
[all...]
H A Dh264dsp_init.c87 int bidir, int edges, int step,
/third_party/ffmpeg/libavcodec/
H A Dh264dsp.h77 int bidir, int edges, int step,
/third_party/libuv/test/
H A Dtest-spawn.c1895 int bidir; in TEST_IMPL() local
1919 bidir = uv_is_writable((uv_stream_t*) &pipe_stdin_child); in TEST_IMPL()
1920 ASSERT_EQ(uv_is_readable((uv_stream_t*) &pipe_stdout_child), bidir); in TEST_IMPL() local
1921 ASSERT_EQ(uv_is_readable((uv_stream_t*) &pipe_stdin_parent), bidir); in TEST_IMPL() local
1922 ASSERT_EQ(uv_is_writable((uv_stream_t*) &pipe_stdout_parent), bidir); in TEST_IMPL() local

Completed in 6 milliseconds