Home
last modified time | relevance | path

Searched defs:offset_val (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
Dhevc_sao.c76 int16_t offset_val[OFFSET_LENGTH]; in check_sao_band() local
107 int16_t offset_val[OFFSET_LENGTH]; in check_sao_edge() local
/third_party/ffmpeg/libavcodec/
Dhevcdsp_template.c347 int offset_val = edge_idx[2 + diff0 + diff1]; in FUNC() local
373 int offset_val = sao_offset_val[0]; in FUNC() local
380 int offset_val = sao_offset_val[0]; in FUNC() local
390 int offset_val = sao_offset_val[0]; in FUNC() local
395 int offset_val = sao_offset_val[0]; in FUNC() local
423 int offset_val = sao_offset_val[0]; in FUNC() local
430 int offset_val = sao_offset_val[0]; in FUNC() local
440 int offset_val = sao_offset_val[0]; in FUNC() local
446 int offset_val = sao_offset_val[0]; in FUNC() local
Dhevcdsp.h42 int16_t offset_val[3][5]; ///<SaoOffsetVal member
/third_party/jerryscript/tests/unit-core/
Dtest-arraybuffer.c112 jerry_value_t offset_val = jerry_create_number (offset); in test_write_with_offset() local
/third_party/ffmpeg/libavcodec/mips/
Dh264dsp_msa.c28 uint32_t tp0, tp1, offset_val; in avc_wgt_4x2_msa() local
55 uint32_t tp0, tp1, tp2, tp3, offset_val; in avc_wgt_4x4_msa() local
82 uint32_t tp0, tp1, tp2, tp3, offset_val; in avc_wgt_4x8_msa() local
114 uint32_t offset_val; in avc_wgt_8x4_msa() local
145 uint32_t offset_val; in avc_wgt_8x8_msa() local
188 uint32_t offset_val, cnt; in avc_wgt_8x16_msa() local
2339 uint32_t offset_val; in ff_weight_h264_pixels16_8_msa() local
Dhevc_lpf_sao_msa.c1048 v16i8 offset, offset_val, mask; in hevc_sao_band_filter_4width_msa() local
1110 v16i8 offset_mask0, offset_mask1, offset_val; in hevc_sao_band_filter_8width_msa() local
1185 v16i8 tmp0, tmp1, tmp2, tmp3, offset_val; in hevc_sao_band_filter_16multiple_msa() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c837 ecma_value_t offset_val) /**< offset value */ in ecma_op_typedarray_set_with_typedarray()
923 ecma_value_t offset_val) /**< offset value */ in ecma_builtin_typedarray_prototype_set()
/third_party/flatbuffers/src/
Didl_gen_kotlin.cpp885 auto offset_val = NumToString(field.value.offset); in GenerateStructGetters() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c2094 LLVMValueRef offset_val = get_src(bld_base, instr->src[i].src); in visit_tex() local