OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sample_offset
(Results
1 - 7
of
7
) sorted by null
/external/skia/tools/
generate_fir_coeff.py
54
for
sample_offset
, sample_align in sample_offsets:
58
#We start at
sample_offset
- sample_units_width
59
current_sample_left =
sample_offset
- sample_units_width
65
if current_sample_right >
sample_offset
+ sample_units_width:
67
current_sample_right =
sample_offset
+ sample_units_width
/tools/test/connectivity/acts/framework/acts/bin/
monsoon.py
57
sample_offset
=FLAGS.offset, live=True)
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp
385
insn.
sample_offset
[0] = exttok.sample_controls.offset_u;
386
insn.
sample_offset
[1] = exttok.sample_controls.offset_v;
387
insn.
sample_offset
[2] = exttok.sample_controls.offset_w;
/tools/test/connectivity/acts/framework/acts/controllers/
monsoon.py
675
def take_samples(self, sample_hz, sample_num,
sample_offset
=0, live=False):
696
sample_num +=
sample_offset
757
offset=
sample_offset
)
870
data = self.take_samples(hz, num,
sample_offset
=oset)
[
all
...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h
286
int8_t
sample_offset
[3];
member in struct:sm4_insn
/external/ImageMagick/MagickCore/
resize.c
2991
sample_offset
;
local
[
all
...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp
[
all
...]
Completed in 201 milliseconds