Home
last modified time | relevance | path

Searched refs:queue_w (Results 1 – 24 of 24) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/aom_util/
H A Ddebug_util.c23 static int queue_w = 0; variable
44 void bitstream_queue_record_write(void) { queue_prev_w = queue_w; } in bitstream_queue_record_write()
46 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write()
48 int bitstream_queue_get_write(void) { return queue_w; } in bitstream_queue_get_write()
54 if (queue_w == queue_r) { in bitstream_queue_pop()
67 result_queue[queue_w] = result; in bitstream_queue_push()
68 nsymbs_queue[queue_w] = nsymbs; in bitstream_queue_push()
69 memcpy(cdf_queue[queue_w], cdf, nsymbs * sizeof(*cdf)); in bitstream_queue_push()
70 queue_w = (queue_w + 1) % QUEUE_MAX_SIZE; in bitstream_queue_push()
71 if (queue_w == queue_r) { in bitstream_queue_push()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/aom_util/
H A Ddebug_util.c41 static int queue_w = 0; variable
50 void bitstream_queue_record_write(void) { queue_prev_w = queue_w; } in bitstream_queue_record_write()
52 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write()
54 int bitstream_queue_get_write(void) { return queue_w; } in bitstream_queue_get_write()
60 if (queue_w == queue_r) { in bitstream_queue_pop()
82 frame_idx_w, queue_w); in bitstream_queue_push()
86 result_queue[queue_w] = result; in bitstream_queue_push()
87 nsymbs_queue[queue_w] = nsymbs; in bitstream_queue_push()
88 memcpy(cdf_queue[queue_w], cdf, nsymbs * sizeof(*cdf)); in bitstream_queue_push()
89 queue_w = (queue_w + 1) % QUEUE_MAX_SIZE; in bitstream_queue_push()
[all …]
/dports/multimedia/aom/aom-3.2.0/aom_util/
H A Ddebug_util.c41 static int queue_w = 0; variable
50 void bitstream_queue_record_write(void) { queue_prev_w = queue_w; } in bitstream_queue_record_write()
52 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write()
54 int bitstream_queue_get_write(void) { return queue_w; } in bitstream_queue_get_write()
60 if (queue_w == queue_r) { in bitstream_queue_pop()
82 frame_idx_w, queue_w); in bitstream_queue_push()
86 result_queue[queue_w] = result; in bitstream_queue_push()
87 nsymbs_queue[queue_w] = nsymbs; in bitstream_queue_push()
88 memcpy(cdf_queue[queue_w], cdf, nsymbs * sizeof(*cdf)); in bitstream_queue_push()
89 queue_w = (queue_w + 1) % QUEUE_MAX_SIZE; in bitstream_queue_push()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/aom_util/
H A Ddebug_util.c41 static int queue_w = 0; variable
50 void bitstream_queue_record_write(void) { queue_prev_w = queue_w; } in bitstream_queue_record_write()
52 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write()
54 int bitstream_queue_get_write(void) { return queue_w; } in bitstream_queue_get_write()
60 if (queue_w == queue_r) { in bitstream_queue_pop()
82 frame_idx_w, queue_w); in bitstream_queue_push()
86 result_queue[queue_w] = result; in bitstream_queue_push()
87 nsymbs_queue[queue_w] = nsymbs; in bitstream_queue_push()
88 memcpy(cdf_queue[queue_w], cdf, nsymbs * sizeof(*cdf)); in bitstream_queue_push()
89 queue_w = (queue_w + 1) % QUEUE_MAX_SIZE; in bitstream_queue_push()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/aom_util/
H A Ddebug_util.c36 static int queue_w = 0; variable
45 void bitstream_queue_record_write(void) { queue_prev_w = queue_w; } in bitstream_queue_record_write()
47 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write()
49 int bitstream_queue_get_write(void) { return queue_w; } in bitstream_queue_get_write()
55 if (queue_w == queue_r) { in bitstream_queue_pop()
68 result_queue[queue_w] = result; in bitstream_queue_push()
69 nsymbs_queue[queue_w] = nsymbs; in bitstream_queue_push()
70 memcpy(cdf_queue[queue_w], cdf, nsymbs * sizeof(*cdf)); in bitstream_queue_push()
71 queue_w = (queue_w + 1) % QUEUE_MAX_SIZE; in bitstream_queue_push()
72 if (queue_w == queue_r) { in bitstream_queue_push()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/aom_util/
H A Ddebug_util.c40 static int queue_w = 0; variable
49 void bitstream_queue_record_write(void) { queue_prev_w = queue_w; } in bitstream_queue_record_write()
51 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write()
53 int bitstream_queue_get_write(void) { return queue_w; } in bitstream_queue_get_write()
59 if (queue_w == queue_r) { in bitstream_queue_pop()
72 result_queue[queue_w] = result; in bitstream_queue_push()
73 nsymbs_queue[queue_w] = nsymbs; in bitstream_queue_push()
74 memcpy(cdf_queue[queue_w], cdf, nsymbs * sizeof(*cdf)); in bitstream_queue_push()
75 queue_w = (queue_w + 1) % QUEUE_MAX_SIZE; in bitstream_queue_push()
76 if (queue_w == queue_r) { in bitstream_queue_push()
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/aom_util/
H A Ddebug_util.c36 static int queue_w = 0; variable
45 void bitstream_queue_record_write(void) { queue_prev_w = queue_w; } in bitstream_queue_record_write()
47 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write()
49 int bitstream_queue_get_write(void) { return queue_w; } in bitstream_queue_get_write()
55 if (queue_w == queue_r) { in bitstream_queue_pop()
68 result_queue[queue_w] = result; in bitstream_queue_push()
69 nsymbs_queue[queue_w] = nsymbs; in bitstream_queue_push()
70 memcpy(cdf_queue[queue_w], cdf, nsymbs * sizeof(*cdf)); in bitstream_queue_push()
71 queue_w = (queue_w + 1) % QUEUE_MAX_SIZE; in bitstream_queue_push()
72 if (queue_w == queue_r) { in bitstream_queue_push()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/aom_util/
H A Ddebug_util.c36 static int queue_w = 0; variable
45 void bitstream_queue_record_write(void) { queue_prev_w = queue_w; } in bitstream_queue_record_write()
47 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write()
49 int bitstream_queue_get_write(void) { return queue_w; } in bitstream_queue_get_write()
55 if (queue_w == queue_r) { in bitstream_queue_pop()
68 result_queue[queue_w] = result; in bitstream_queue_push()
69 nsymbs_queue[queue_w] = nsymbs; in bitstream_queue_push()
70 memcpy(cdf_queue[queue_w], cdf, nsymbs * sizeof(*cdf)); in bitstream_queue_push()
71 queue_w = (queue_w + 1) % QUEUE_MAX_SIZE; in bitstream_queue_push()
72 if (queue_w == queue_r) { in bitstream_queue_push()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/aom_util/
H A Ddebug_util.c36 static int queue_w = 0; variable
45 void bitstream_queue_record_write(void) { queue_prev_w = queue_w; } in bitstream_queue_record_write()
47 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write()
49 int bitstream_queue_get_write(void) { return queue_w; } in bitstream_queue_get_write()
55 if (queue_w == queue_r) { in bitstream_queue_pop()
68 result_queue[queue_w] = result; in bitstream_queue_push()
69 nsymbs_queue[queue_w] = nsymbs; in bitstream_queue_push()
70 memcpy(cdf_queue[queue_w], cdf, nsymbs * sizeof(*cdf)); in bitstream_queue_push()
71 queue_w = (queue_w + 1) % QUEUE_MAX_SIZE; in bitstream_queue_push()
72 if (queue_w == queue_r) { in bitstream_queue_push()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vpx_util/
H A Dvpx_debug_util.c35 static int queue_w = 0; variable
43 void bitstream_queue_record_write(void) { queue_prev_w = queue_w; } in bitstream_queue_record_write()
45 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write()
47 int bitstream_queue_get_write(void) { return queue_w; } in bitstream_queue_get_write()
53 if (queue_w == queue_r) { in bitstream_queue_pop()
54 printf("buffer underflow queue_w %d queue_r %d\n", queue_w, queue_r); in bitstream_queue_pop()
65 result_queue[queue_w] = result; in bitstream_queue_push()
66 prob_queue[queue_w] = prob; in bitstream_queue_push()
67 queue_w = (queue_w + 1) % QUEUE_MAX_SIZE; in bitstream_queue_push()
68 if (queue_w == queue_r) { in bitstream_queue_push()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vpx_util/
H A Dvpx_debug_util.c35 static int queue_w = 0; variable
43 void bitstream_queue_record_write(void) { queue_prev_w = queue_w; } in bitstream_queue_record_write()
45 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write()
47 int bitstream_queue_get_write(void) { return queue_w; } in bitstream_queue_get_write()
53 if (queue_w == queue_r) { in bitstream_queue_pop()
54 printf("buffer underflow queue_w %d queue_r %d\n", queue_w, queue_r); in bitstream_queue_pop()
65 result_queue[queue_w] = result; in bitstream_queue_push()
66 prob_queue[queue_w] = prob; in bitstream_queue_push()
67 queue_w = (queue_w + 1) % QUEUE_MAX_SIZE; in bitstream_queue_push()
68 if (queue_w == queue_r) { in bitstream_queue_push()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vpx_util/
H A Dvpx_debug_util.c35 static int queue_w = 0; variable
43 void bitstream_queue_record_write(void) { queue_prev_w = queue_w; } in bitstream_queue_record_write()
45 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write()
47 int bitstream_queue_get_write(void) { return queue_w; } in bitstream_queue_get_write()
53 if (queue_w == queue_r) { in bitstream_queue_pop()
54 printf("buffer underflow queue_w %d queue_r %d\n", queue_w, queue_r); in bitstream_queue_pop()
65 result_queue[queue_w] = result; in bitstream_queue_push()
66 prob_queue[queue_w] = prob; in bitstream_queue_push()
67 queue_w = (queue_w + 1) % QUEUE_MAX_SIZE; in bitstream_queue_push()
68 if (queue_w == queue_r) { in bitstream_queue_push()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vpx_util/
H A Dvpx_debug_util.c35 static int queue_w = 0; variable
43 void bitstream_queue_record_write(void) { queue_prev_w = queue_w; } in bitstream_queue_record_write()
45 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write()
47 int bitstream_queue_get_write(void) { return queue_w; } in bitstream_queue_get_write()
53 if (queue_w == queue_r) { in bitstream_queue_pop()
54 printf("buffer underflow queue_w %d queue_r %d\n", queue_w, queue_r); in bitstream_queue_pop()
65 result_queue[queue_w] = result; in bitstream_queue_push()
66 prob_queue[queue_w] = prob; in bitstream_queue_push()
67 queue_w = (queue_w + 1) % QUEUE_MAX_SIZE; in bitstream_queue_push()
68 if (queue_w == queue_r) { in bitstream_queue_push()
[all …]
/dports/multimedia/libvpx/libvpx-1.11.0/vpx_util/
H A Dvpx_debug_util.c35 static int queue_w = 0; variable
43 void bitstream_queue_record_write(void) { queue_prev_w = queue_w; } in bitstream_queue_record_write()
45 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write()
47 int bitstream_queue_get_write(void) { return queue_w; } in bitstream_queue_get_write()
53 if (queue_w == queue_r) { in bitstream_queue_pop()
54 printf("buffer underflow queue_w %d queue_r %d\n", queue_w, queue_r); in bitstream_queue_pop()
65 result_queue[queue_w] = result; in bitstream_queue_push()
66 prob_queue[queue_w] = prob; in bitstream_queue_push()
67 queue_w = (queue_w + 1) % QUEUE_MAX_SIZE; in bitstream_queue_push()
68 if (queue_w == queue_r) { in bitstream_queue_push()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_util/
H A Dvpx_debug_util.c35 static int queue_w = 0; variable
43 void bitstream_queue_record_write(void) { queue_prev_w = queue_w; } in bitstream_queue_record_write()
45 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write()
47 int bitstream_queue_get_write(void) { return queue_w; } in bitstream_queue_get_write()
53 if (queue_w == queue_r) { in bitstream_queue_pop()
54 printf("buffer underflow queue_w %d queue_r %d\n", queue_w, queue_r); in bitstream_queue_pop()
65 result_queue[queue_w] = result; in bitstream_queue_push()
66 prob_queue[queue_w] = prob; in bitstream_queue_push()
67 queue_w = (queue_w + 1) % QUEUE_MAX_SIZE; in bitstream_queue_push()
68 if (queue_w == queue_r) { in bitstream_queue_push()
[all …]
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vpx_util/
H A Dvpx_debug_util.c35 static int queue_w = 0; variable
43 void bitstream_queue_record_write(void) { queue_prev_w = queue_w; } in bitstream_queue_record_write()
45 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write()
47 int bitstream_queue_get_write(void) { return queue_w; } in bitstream_queue_get_write()
53 if (queue_w == queue_r) { in bitstream_queue_pop()
54 printf("buffer underflow queue_w %d queue_r %d\n", queue_w, queue_r); in bitstream_queue_pop()
65 result_queue[queue_w] = result; in bitstream_queue_push()
66 prob_queue[queue_w] = prob; in bitstream_queue_push()
67 queue_w = (queue_w + 1) % QUEUE_MAX_SIZE; in bitstream_queue_push()
68 if (queue_w == queue_r) { in bitstream_queue_push()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vpx_util/
H A Dvpx_debug_util.c35 static int queue_w = 0; variable
43 void bitstream_queue_record_write(void) { queue_prev_w = queue_w; } in bitstream_queue_record_write()
45 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write()
47 int bitstream_queue_get_write(void) { return queue_w; } in bitstream_queue_get_write()
53 if (queue_w == queue_r) { in bitstream_queue_pop()
54 printf("buffer underflow queue_w %d queue_r %d\n", queue_w, queue_r); in bitstream_queue_pop()
65 result_queue[queue_w] = result; in bitstream_queue_push()
66 prob_queue[queue_w] = prob; in bitstream_queue_push()
67 queue_w = (queue_w + 1) % QUEUE_MAX_SIZE; in bitstream_queue_push()
68 if (queue_w == queue_r) { in bitstream_queue_push()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vpx_util/
H A Dvpx_debug_util.c35 static int queue_w = 0; variable
43 void bitstream_queue_record_write(void) { queue_prev_w = queue_w; } in bitstream_queue_record_write()
45 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write()
47 int bitstream_queue_get_write(void) { return queue_w; } in bitstream_queue_get_write()
53 if (queue_w == queue_r) { in bitstream_queue_pop()
54 printf("buffer underflow queue_w %d queue_r %d\n", queue_w, queue_r); in bitstream_queue_pop()
65 result_queue[queue_w] = result; in bitstream_queue_push()
66 prob_queue[queue_w] = prob; in bitstream_queue_push()
67 queue_w = (queue_w + 1) % QUEUE_MAX_SIZE; in bitstream_queue_push()
68 if (queue_w == queue_r) { in bitstream_queue_push()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dhd63484.h58 inline void queue_w(uint8_t data);
H A Dhd63484.cpp410 inline void hd63484_device::queue_w(uint8_t data) in queue_w() function in hd63484_device
1811 queue_w((vreg_data & 0xff00) >> 8); in video_registers_w()
1812 queue_w((vreg_data & 0x00ff) >> 0); in video_registers_w()
1999 queue_w(data); in write8()
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dhd63484.h58 inline void queue_w(uint8_t data);
H A Dhd63484.cpp410 inline void hd63484_device::queue_w(uint8_t data) in queue_w() function in hd63484_device
1811 queue_w((vreg_data & 0xff00) >> 8); in video_registers_w()
1812 queue_w((vreg_data & 0x00ff) >> 0); in video_registers_w()
1999 queue_w(data); in write8()
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/robtk/
H A Dui_gl.c233 int queue_w; member
721 self->queue_w = self->width; in relayout_toplevel()
1043 onRealReshape(self->view, self->queue_w, self->queue_h); in doReshape()
1075 self->queue_w = width; in onReshape()
1574 self->queue_w = 0; in gl_instantiate()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/robtk/
H A Dui_gl.c233 int queue_w; member
721 self->queue_w = self->width; in relayout_toplevel()
1043 onRealReshape(self->view, self->queue_w, self->queue_h); in doReshape()
1084 self->queue_w = width; in onReshape()
1587 self->queue_w = 0; in gl_instantiate()