Searched refs:dw1 (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_decoder.cpp | 34 uint32_t dw1 = dw[i+1]; in decode_cf() local 37 if ((dw1 >> 29) & 1) { // CF_ALU in decode_cf() 42 CF_WORD1_EG(dw1).get_CF_INST() : in decode_cf() 43 CF_WORD1_R6R7(dw1).get_CF_INST(); in decode_cf() 59 CF_WORD1_EG w1(dw1); in decode_cf() 71 CF_WORD1_CM w1(dw1); in decode_cf() 86 CF_WORD1_R6R7 w1(dw1); in decode_cf() 112 uint32_t dw1 = dw[i++]; in decode_cf_alu() local 125 CF_ALU_WORD1_R6 w1(dw1); in decode_cf_alu() 139 CF_ALU_WORD1_R7EGCM w1(dw1); in decode_cf_alu() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | siren.c | 371 unsigned dw1, dw2, dw3, dw4; member 410 s->dw1 = s->dw2 = s->dw3 = s->dw4 = 1; in siren_init() 560 int ret = s->dw1 + s->dw4; in get_dw() 565 s->dw1 = s->dw2; in get_dw() 587 int dw1; in decode_vector() local 686 dw1 = get_dw(s); in decode_vector() 691 *coefs_ptr = dw1 & 1 ? noise : -noise; in decode_vector() 693 dw1 >>= 1; in decode_vector()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_signature.c | 168 int32_t dh1 = 1, dh2 = 1, dw1 = 1, dw2 = 1, a, b; in filter_frame() local 219 dw1 = inlink->w / 32; in filter_frame() 221 dw2 = dw1 + 1; in filter_frame() 222 denom = (sc->divide) ? dh1 * (int64_t)dh2 * dw1 * dw2 : 1; in filter_frame() 237 b = (b == dw1)? dw2 : dw1; in filter_frame() 248 denom = (sc->divide) ? 1 : dh1 * (int64_t)dh2 * dw1 * dw2; in filter_frame()
|
/third_party/ffmpeg/libswresample/x86/ |
D | rematrix.asm | 25 dw1: times 8 dd 1 label 177 mova m7, [dw1]
|
/third_party/openh264/test/encoder_binary_comparison/Scripts/ |
D | run_BinarySHA1Comparison.sh | 65 sw sh dw0 dh0 dw1 dh1 dw2 dh2 dw3 dh3 \
|
/third_party/FreeBSD/stand/kshim/ |
D | bsd_busspace.c | 30 uint32_t dw1; member
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_disasm.c | 1819 uint32_t dw3, uint32_t dw2, uint32_t dw1, uint32_t dw0) in brw_disassemble_imm() argument 1822 inst.data[0] = (((uint64_t) dw1) << 32) | ((uint64_t) dw0); in brw_disassemble_imm()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 75510 unsigned int dw1; member
|