Home
last modified time | relevance | path

Searched refs:coffset (Results 1 – 16 of 16) sorted by relevance

/third_party/glib/gio/completion/
Dgsettings8 local choices coffset schemadir
14 coffset=2
16 coffset=0
19 coffset=0
22 case "$((${COMP_CWORD}-$coffset))" in
28 case "${COMP_WORDS[$(($coffset+1))]}" in
52 case "${COMP_WORDS[$(($coffset+1))]}" in
54 …choices="$(gsettings $schemadir list-keys ${COMP_WORDS[$(($coffset+2))]} 2> /dev/null | sed -e 's.…
58 choices="$(gsettings $schemadir list-keys ${COMP_WORDS[$(($coffset+2))]} 2> /dev/null)"
64 case "${COMP_WORDS[$(($coffset+2))]}" in
[all …]
Dgresource8 local choices coffset section
13 coffset=2
15 coffset=0
18 coffset=0
21 case "$((${COMP_CWORD}-$coffset))" in
27 case "${COMP_WORDS[$(($coffset+1))]}" in
44 case "${COMP_WORDS[$(($coffset+1))]}" in
46 choices="$(gresource list ${COMP_WORDS[$(($coffset+2))]} 2> /dev/null | sed -e 's.$. .')"
/third_party/ffmpeg/libavcodec/
Dshorten.c351 int residual_size, int32_t coffset) in decode_subframe_lpc() argument
383 if (command == FN_QLPC && coffset) in decode_subframe_lpc()
385 s->decoded[channel][i] -= (unsigned)coffset; in decode_subframe_lpc()
388 init_sum = pred_order ? (command == FN_QLPC ? s->lpcqoffset : 0) : coffset; in decode_subframe_lpc()
398 if (command == FN_QLPC && coffset) in decode_subframe_lpc()
400 s->decoded[channel][i] += (unsigned)coffset; in decode_subframe_lpc()
669 int32_t coffset; in shorten_decode_frame() local
686 coffset = s->offset[channel][0]; in shorten_decode_frame()
691 coffset = sum / s->nmean; in shorten_decode_frame()
693 coffset = s->bitshift == 0 ? coffset : coffset >> s->bitshift - 1 >> 1; in shorten_decode_frame()
[all …]
/third_party/ffmpeg/libavfilter/
Daf_afir.c116 const int coffset = j * seg->coeff_size; in fir_quantum() local
117 …nst FFTComplex *coeff = (const FFTComplex *)seg->coeff->extended_data[ch * !s->one2many] + coffset; in fir_quantum()
149 const int coffset = j * seg->coeff_size; in fir_quantum() local
151 …nst FFTComplex *coeff = (const FFTComplex *)seg->coeff->extended_data[ch * !s->one2many] + coffset; in fir_quantum()
567 const int coffset = i * seg->coeff_size; in convert_coeffs() local
573 coeff[coffset + n].re = time[toffset + n]; in convert_coeffs()
584 coeff[coffset].re = block[0] * scale; in convert_coeffs()
585 coeff[coffset].im = 0; in convert_coeffs()
587 coeff[coffset + n].re = block[2 * n] * scale; in convert_coeffs()
588 coeff[coffset + n].im = block[2 * n + 1] * scale; in convert_coeffs()
[all …]
/third_party/mesa3d/src/compiler/spirv/
Dvtn_opencl.c662 nir_ssa_def *coffset = nir_iadd_imm(&b->nb, moffset, i); in _handle_v_load_store() local
663 nir_deref_instr *arr_deref = nir_build_deref_ptr_as_array(&b->nb, deref, coffset); in _handle_v_load_store()
/third_party/mesa3d/src/mesa/main/
Dvarray.h36 int coffset, noffset, voffset; /* color, normal, vertex offsets */ member
Dvarray.c2619 layout->coffset = 2 * f; in _mesa_get_interleaved_layout()
2627 layout->coffset = 2 * f; in _mesa_get_interleaved_layout()
2642 layout->coffset = 2 * f; in _mesa_get_interleaved_layout()
2651 layout->coffset = 4 * f; in _mesa_get_interleaved_layout()
2700 (GLubyte *) pointer + layout.coffset ); in _mesa_InterleavedArrays()
Dglthread_varray.c690 (GLubyte *) pointer + layout.coffset); in _mesa_glthread_InterleavedArrays()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_hlsl.cpp2848 uint32_t coffset = 0; in emit_texture_op() local
2875 test(coffset, ImageOperandsConstOffsetMask); in emit_texture_op()
2993 if (offset || coffset) in emit_texture_op()
3148 if (coffset) in emit_texture_op()
3150 forward = forward && should_forward(coffset); in emit_texture_op()
3152 expr += to_expression(coffset); in emit_texture_op()
Dspirv_glsl.hpp422 uint32_t grad_x = 0, grad_y = 0, lod = 0, coffset = 0, offset = 0; member
Dspirv_glsl.cpp6736 uint32_t coffset = 0; in to_texture_op() local
6762 test(coffset, ImageOperandsConstOffsetMask); in to_texture_op()
6780 name_args.has_offset = coffset != 0 || offset != 0; in to_texture_op()
6801 args.coffset = coffset; in to_texture_op()
7155 if (args.coffset) in to_function_args()
7157 forward = forward && should_forward(args.coffset); in to_function_args()
7159 farg_str += to_expression(args.coffset); in to_function_args()
Dspirv_msl.cpp9616 if (args.base.is_fetch && (args.offset || args.coffset)) in to_function_args()
9618 uint32_t offset_expr = args.offset ? args.offset : args.coffset; in to_function_args()
9838 if (args.coffset && !args.base.is_fetch) in to_function_args()
9840 forward = forward && should_forward(args.coffset); in to_function_args()
9841 offset_expr = to_expression(args.coffset); in to_function_args()
9842 offset_type = &expression_type(args.coffset); in to_function_args()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp1637 uint32_t coffset = getIndirect(insn, 0, 0, indirect); in visit() local
1639 loadFrom(FILE_MEMORY_CONST, 0, dType, newDefs[i], 16 * coffset, i, indirect); in visit()
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c1129 size_t coffset = (nImage * ps->image_h + y) * (ps->cb_row + 5) + 2; in store_image_row() local
1134 if (coffset + ps->cb_row + 3 > ps->cb_image) in store_image_row()
1137 return ps->image + coffset; in store_image_row()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c1129 size_t coffset = (nImage * ps->image_h + y) * (ps->cb_row + 5) + 2; in store_image_row() local
1134 if (coffset + ps->cb_row + 3 > ps->cb_image) in store_image_row()
1137 return ps->image + coffset; in store_image_row()
/third_party/libpng/contrib/libtests/
Dpngvalid.c1129 size_t coffset = (nImage * ps->image_h + y) * (ps->cb_row + 5) + 2; in store_image_row() local
1134 if (coffset + ps->cb_row + 3 > ps->cb_image) in store_image_row()
1137 return ps->image + coffset; in store_image_row()