Searched defs:prev_value (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/ |
D | huffman_encode_utils.c | 263 int value, int prev_value) { in CodeRepeatedValues() 331 int prev_value = 8; // 8 is the initial value for rle. in VP8LCreateCompressedHuffmanTree() local
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | huffman_encode_utils.c | 263 int value, int prev_value) { in CodeRepeatedValues() 331 int prev_value = 8; // 8 is the initial value for rle. in VP8LCreateCompressedHuffmanTree() local
|
/third_party/libdrm/tests/ |
D | drmsl.c | 115 void *prev_value; in print_neighbors() local
|
/third_party/ffmpeg/libavfilter/ |
D | af_dynaudnorm.c | 552 double prev_value; in perform_dc_correction() local 624 const double prev_value = is_first_frame ? current_threshold : s->compress_threshold[0]; in perform_compression() local 643 const double prev_value = is_first_frame ? current_threshold : s->compress_threshold[c]; in perform_compression() local
|
/third_party/libdrm/ |
D | xf86drmSL.c | 232 unsigned long *prev_key, void **prev_value, in drmSLLookupNeighbors()
|
/third_party/libinput/src/ |
D | evdev-tablet.h | 71 int prev_value[LIBINPUT_TABLET_TOOL_AXIS_MAX + 1]; member
|
/third_party/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 478 static bool LeaveNestedName(State *state, int16_t prev_value) { in LeaveNestedName() 490 static bool RestoreAppend(State *state, bool prev_value) { in RestoreAppend()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 482 static bool LeaveNestedName(State *state, int16_t prev_value) { in LeaveNestedName() 494 static bool RestoreAppend(State *state, bool prev_value) { in RestoreAppend()
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
D | usb_serial.c | 690 uint8_t prev_value; in ucom_cfg_line_state() local
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_if.c | 507 nir_ssa_def *prev_value = clone_alu_and_replace_src_defs(b, alu, prev_srcs); in opt_split_alu_of_phi() local
|
/third_party/python/Modules/ |
D | gcmodule.c | 381 uintptr_t prev_value = 0, next_value = 0; in validate_list() local
|