Searched refs:v_in (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | qcelpdec.c | 396 static void apply_gain_ctrl(float *v_out, const float *v_ref, const float *v_in) in apply_gain_ctrl() argument 402 ff_scale_vector_to_given_sum_of_squares(v_out + i, v_in + i, res, 40); in apply_gain_ctrl() 423 static const float *do_pitchfilter(float memory[303], const float v_in[160], in do_pitchfilter() 436 for (v_len = v_in + 40; v_in < v_len; v_in++) { in do_pitchfilter() 444 *v_out = *v_in + gain[i] * *v_out; in do_pitchfilter() 450 memcpy(v_out, v_in, 40 * sizeof(float)); in do_pitchfilter() 451 v_in += 40; in do_pitchfilter()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | test_optimizer_postRA.cpp | 43 Temp v_in = inputs[0]; variable 52 Operand(v_in, reg_v0)); 69 Operand(v_in, reg_v0)); 86 Operand(v_in, reg_v0)); 119 Operand(v_in, reg_v0));
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | inlined_vector_test.cc | 627 IntVec v_in; in TEST() local 628 const int inlined_capacity = v_in.capacity(); in TEST() 629 Fill(&v_in, len); in TEST() 630 EXPECT_EQ(len, v_in.size()); in TEST() 631 EXPECT_LE(len, v_in.capacity()); in TEST() 634 IntVec v_temp(v_in); in TEST() 637 EXPECT_TRUE(v_in == v_out) << PrintToString(v_in) << PrintToString(v_out); in TEST() 638 if (v_in.size() > inlined_capacity) { in TEST() 648 IntVec v_temp(v_in); in TEST() 651 EXPECT_TRUE(v_in == v_out) << PrintToString(v_in) << PrintToString(v_out); in TEST() [all …]
|
/third_party/node/deps/brotli/c/enc/ |
D | brotli_bit_stream.c | 595 static void MoveToFrontTransform(const uint32_t* BROTLI_RESTRICT v_in, in MoveToFrontTransform() argument 604 max_value = v_in[0]; in MoveToFrontTransform() 606 if (v_in[i] > max_value) max_value = v_in[i]; in MoveToFrontTransform() 615 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | brotli_bit_stream.c | 595 static void MoveToFrontTransform(const uint32_t* BROTLI_RESTRICT v_in, in MoveToFrontTransform() argument 604 max_value = v_in[0]; in MoveToFrontTransform() 606 if (v_in[i] > max_value) max_value = v_in[i]; in MoveToFrontTransform() 615 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]); in MoveToFrontTransform()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_geometry_shader_passthrough.txt | 87 } v_in[]; 98 texcoord = v_in[i].texcoord; 99 baseColor = v_in[i].baseColor; 127 } v_in[]; 562 } v_in[]; 572 } v_in[]; 768 } v_in[]; 797 } v_in[];
|
/third_party/openGLES/extensions/NV/ |
D | NV_geometry_shader_passthrough.txt | 87 } v_in[]; 98 texcoord = v_in[i].texcoord; 99 baseColor = v_in[i].baseColor; 127 } v_in[]; 562 } v_in[]; 572 } v_in[]; 768 } v_in[]; 797 } v_in[];
|
/third_party/jerryscript/tests/unit-core/ |
D | test-api.cpp | 673 jerry_value_t v_in = jerry_create_number (10.5); variable 674 res = jerry_set_property_by_index (array_obj_val, 5, v_in); 688 jerry_release_value (v_in);
|