Home
last modified time | relevance | path

Searched defs:v_out (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dqcelpdec.c396 static void apply_gain_ctrl(float *v_out, const float *v_ref, const float *v_in) in apply_gain_ctrl()
428 float *v_lag, *v_out; in do_pitchfilter() local
Dlcldec.c168 uint8_t *y_out, *u_out, *v_out; in decode_frame() local
/third_party/jerryscript/tests/unit-core/
Dtest-api.c653 jerry_value_t v_out = jerry_get_property_by_index (array_obj_val, 5); in main() local
/third_party/skia/third_party/externals/libwebp/src/dec/
Dframe_dec.c181 uint8_t* const v_out = dec->cache_v_ + mb_x * 8 + uv_offset; in ReconstructRow() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dframe_dec.c181 uint8_t* const v_out = dec->cache_v_ + mb_x * 8 + uv_offset; in ReconstructRow() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dinlined_vector_test.cc636 IntVec v_out(std::move(v_temp)); in TEST() local
646 IntVec v_out; in TEST() local
/third_party/abseil-cpp/absl/container/
Dinlined_vector_test.cc636 IntVec v_out(std::move(v_temp)); in TEST() local
646 IntVec v_out; in TEST() local
/third_party/mesa3d/src/intel/blorp/
Dblorp_clear.c269 nir_variable *v_out = nir_variable_create(b.shader, nir_var_shader_out, in blorp_params_get_layer_offset_vs() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dbrotli_bit_stream.c597 uint32_t* v_out) { in MoveToFrontTransform()
/third_party/node/deps/brotli/c/enc/
Dbrotli_bit_stream.c597 uint32_t* v_out) { in MoveToFrontTransform()
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc2496 const auto &v_out = PyObjToValue(out); in DoGradForCustomBprop() local