Searched refs:dw1 (Results 1 – 13 of 13) 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 | 367 unsigned dw1, dw2, dw3, dw4; member 406 s->dw1 = s->dw2 = s->dw3 = s->dw4 = 1; in siren_init() 545 int ret = s->dw1 + s->dw4; in get_dw() 550 s->dw1 = s->dw2; in get_dw() 572 int dw1; in decode_vector() local 649 dw1 = get_dw(s); in decode_vector() 654 *coefs_ptr = dw1 & 1 ? noise : -noise; in decode_vector() 656 dw1 >>= 1; in decode_vector()
|
/third_party/gstreamer/gstplugins_bad/gst/siren/ |
D | huffman.c | 289 int ret = decoder->dw1 + decoder->dw4; in get_dw() 294 decoder->dw1 = decoder->dw2; in get_dw() 320 int dw1; in decode_vector() local 407 dw1 = get_dw (decoder); in decode_vector() 412 if ((dw1 & 1)) in decode_vector() 418 dw1 >>= 1; in decode_vector()
|
D | decoder.h | 40 int dw1; member
|
D | decoder.c | 57 decoder->dw1 = 1; in Siren7_NewDecoder()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_signature.c | 173 int32_t dh1 = 1, dh2 = 1, dw1 = 1, dw2 = 1, a, b; in filter_frame() local 224 dw1 = inlink->w / 32; in filter_frame() 226 dw2 = dw1 + 1; in filter_frame() 227 denom = (sc->divide) ? dh1 * dh2 * dw1 * dw2 : 1; in filter_frame() 242 b = (b == dw1)? dw2 : dw1; in filter_frame() 253 denom = (sc->divide) ? 1 : dh1 * dh2 * dw1 * dw2; in filter_frame()
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_state.c | 209 GLuint dw0, dw1; in i915EvalLogicOpBlendState() local 212 dw1 = i915->state.Ctx[I915_CTXREG_LIS6]; in i915EvalLogicOpBlendState() 216 dw1 &= ~S6_CBUF_BLEND_ENABLE; in i915EvalLogicOpBlendState() 222 dw1 |= S6_CBUF_BLEND_ENABLE; in i915EvalLogicOpBlendState() 225 dw1 &= ~S6_CBUF_BLEND_ENABLE; in i915EvalLogicOpBlendState() 229 dw1 != i915->state.Ctx[I915_CTXREG_LIS6]) { in i915EvalLogicOpBlendState() 231 i915->state.Ctx[I915_CTXREG_LIS6] = dw1; in i915EvalLogicOpBlendState()
|
/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 | 31 uint32_t dw1; member
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_disasm.c | 1807 uint32_t dw3, uint32_t dw2, uint32_t dw1, uint32_t dw0) in brw_disassemble_imm() argument 1810 inst.data[0] = (((uint64_t) dw1) << 32) | ((uint64_t) dw0); in brw_disassemble_imm()
|
/third_party/libxml2/result/ |
D | rdf2.rdr | 722 /usr/share/ncurses4/terminfo/d/dw1
|
D | rdf2.rde | 722 /usr/share/ncurses4/terminfo/d/dw1
|