Home
last modified time | relevance | path

Searched refs:dw2 (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsiren.c371 unsigned dw1, dw2, dw3, dw4; member
410 s->dw1 = s->dw2 = s->dw3 = s->dw4 = 1; in siren_init()
565 s->dw1 = s->dw2; in get_dw()
566 s->dw2 = s->dw3; in get_dw()
588 int dw2; in decode_vector() local
687 dw2 = get_dw(s); in decode_vector()
696 *coefs_ptr = dw2 & 1 ? noise : -noise; in decode_vector()
698 dw2 >>= 1; in decode_vector()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc_decoder.cpp408 uint32_t dw2 = dw[i+2]; in decode_fetch() local
486 TEX_WORD2_ALL w2(dw2); in decode_fetch()
504 uint32_t dw2 = dw[i+2]; in decode_fetch_gds() local
528 MEM_GDS_WORD2_EGCM w2(dw2); in decode_fetch_gds()
540 uint32_t dw2 = dw[i+2]; in decode_fetch_mem() local
571 MEM_RD_WORD2_R7EGCM w2(dw2); in decode_fetch_mem()
583 uint32_t dw2 = dw[i+2]; in decode_fetch_vtx() local
643 VTX_WORD2_R6 w2(dw2); in decode_fetch_vtx()
652 VTX_WORD2_R7 w2(dw2); in decode_fetch_vtx()
662 VTX_WORD2_EG w2(dw2); in decode_fetch_vtx()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_signature.c168 int32_t dh1 = 1, dh2 = 1, dw1 = 1, dw2 = 1, a, b; in filter_frame() local
221 dw2 = dw1 + 1; in filter_frame()
222 denom = (sc->divide) ? dh1 * (int64_t)dh2 * dw1 * dw2 : 1; in filter_frame()
234 if (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/mesa3d/src/intel/compiler/
H A Dbrw_compile_ff_gs.c144 unsigned dw2) in brw_ff_gs_overwrite_header_dw2()
147 brw_MOV(p, get_element_ud(c->reg.header, 2), brw_imm_ud(dw2)); in brw_ff_gs_overwrite_header_dw2()
143 brw_ff_gs_overwrite_header_dw2(struct brw_ff_gs_compile *c, unsigned dw2) brw_ff_gs_overwrite_header_dw2() argument
H A Dbrw_vec4_generator.cpp220 uint32_t dw2 = 0; in generate_tex() local
231 dw2 = inst->offset; in generate_tex()
238 if (dw2 || in generate_tex()
241 brw_MOV(p, get_element_ud(header, 2), brw_imm_ud(dw2)); in generate_tex()
H A Dbrw_disasm.c1819 uint32_t dw3, uint32_t dw2, uint32_t dw1, uint32_t dw0) in brw_disassemble_imm()
1823 inst.data[1] = (((uint64_t) dw3) << 32) | ((uint64_t) dw2); in brw_disassemble_imm()
1818 brw_disassemble_imm(const struct brw_isa_info *isa, uint32_t dw3, uint32_t dw2, uint32_t dw1, uint32_t dw0) brw_disassemble_imm() argument
/third_party/FreeBSD/stand/kshim/
H A Dbsd_busspace.c31 uint32_t dw2; member

Completed in 11 milliseconds