HomeSort by relevance Sort by last modified time
    Searched full:hstride (Results 1 - 14 of 14) sorted by null

  /external/webp/src/dsp/
dec_mips_dsp_r2.c 161 int hstride, int vstride, int size,
171 "negu %[temp1], %[hstride] \n\t"
173 "sll %[temp2], %[hstride], 1 \n\t"
175 "addu %[temp4], %[temp2], %[hstride] \n\t"
183 "lbux %[temp12], %[hstride](%[p]) \n\t"
235 "subu %[temp3], %[p], %[hstride] \n\t"
247 "subu %[temp14], %[p], %[hstride] \n\t"
248 "subu %[temp11], %[temp14], %[hstride] \n\t"
251 "subu %[temp15], %[temp11], %[hstride] \n\t"
266 "addu %[temp10], %[p], %[hstride] \n\t
    [all...]
dec.c 570 int hstride, int vstride, int size,
574 if (needs_filter2(p, hstride, thresh2, ithresh)) {
575 if (hev(p, hstride, hev_thresh)) {
576 do_filter2(p, hstride);
578 do_filter6(p, hstride);
586 int hstride, int vstride, int size,
590 if (needs_filter2(p, hstride, thresh2, ithresh)) {
591 if (hev(p, hstride, hev_thresh)) {
592 do_filter2(p, hstride);
594 do_filter4(p, hstride);
    [all...]
dec_mips32.c 93 int hstride, int vstride, int size,
97 if (needs_filter2(p, hstride, thresh2, ithresh)) {
98 if (hev(p, hstride, hev_thresh)) {
99 do_filter2(p, hstride);
101 do_filter6(p, hstride);
109 int hstride, int vstride, int size,
113 if (needs_filter2(p, hstride, thresh2, ithresh)) {
114 if (hev(p, hstride, hev_thresh)) {
115 do_filter2(p, hstride);
117 do_filter4(p, hstride);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_reg.h 266 unsigned hstride:2; /* align1 only */ member in struct:brw_reg::__anon28604::__anon28605
349 * \param hstride one of BRW_HORIZONTAL_STRIDE_x
362 unsigned hstride,
396 reg.hstride = hstride;
683 imm.hstride = BRW_HORIZONTAL_STRIDE_1;
879 stride(struct brw_reg reg, unsigned vstride, unsigned width, unsigned hstride)
883 reg.hstride = cvt(hstride);
897 if (reg.hstride)
    [all...]
brw_ir_fs.h 123 const unsigned stride = reg.hstride ? 1 << (reg.hstride - 1) : 0;
196 r.hstride == 0 ? 0 :
197 1 << (r.hstride - 1));
260 const unsigned period = (reg.hstride == 0 && reg.vstride == 0 ? 1 :
302 reg.hstride += (reg.hstride ? delta : 0);
brw_eu_emit.c 167 if (dest.hstride == BRW_HORIZONTAL_STRIDE_0)
168 dest.hstride = BRW_HORIZONTAL_STRIDE_1;
169 brw_inst_set_dst_hstride(devinfo, inst, dest.hstride);
191 if (dest.hstride == BRW_HORIZONTAL_STRIDE_0)
192 dest.hstride = BRW_HORIZONTAL_STRIDE_1;
193 brw_inst_set_dst_hstride(devinfo, inst, dest.hstride);
232 int width, hstride, vstride, execsize; local
260 assert(reg.hstride >= 0 && reg.hstride < ARRAY_SIZE(hstride_for_reg));
261 hstride = hstride_for_reg[reg.hstride]
    [all...]
brw_vec4_generator.cpp     [all...]
brw_shader.h 83 using brw_reg::hstride;
brw_fs_builder.h 625 /* Can't do hstride == 0 args on gen6 math, so expand it out. We
brw_vec4_copy_propagation.cpp 335 * and hstride != 0 then the vstride can't be 0. When we split instrutions
brw_fs.cpp 448 hstride == 0 ? 0 :
449 1 << (hstride - 1));
    [all...]
brw_fs_generator.cpp     [all...]
  /external/valgrind/mpi/
libmpiwrap.c 796 printf("hvector count %d x (bl %d hstride %d)\n",
799 walk_type_array( f, base + i * addrs[0]/*hstride*/,
    [all...]
  /external/mesa3d/docs/relnotes/
7.10.html     [all...]

Completed in 666 milliseconds