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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu_debug.c 66 hwreg.hstride == BRW_HORIZONTAL_STRIDE_1 &&
74 hwreg.hstride == BRW_HORIZONTAL_STRIDE_0 &&
89 hwreg.hstride ? (1<<(hwreg.hstride-1)) : 0,
brw_eu.h 83 GLuint hstride:2; /* align1 only */ member in struct:brw_reg
182 * \param hstride one of BRW_HORIZONTAL_STRIDE_x
192 GLuint hstride,
212 reg.hstride = hstride;
438 imm.hstride = BRW_HORIZONTAL_STRIDE_1;
449 imm.hstride = BRW_HORIZONTAL_STRIDE_1;
466 imm.hstride = BRW_HORIZONTAL_STRIDE_1;
616 GLuint hstride )
620 reg.hstride = cvt(hstride)
    [all...]
brw_eu_emit.c 122 if (dest.hstride == BRW_HORIZONTAL_STRIDE_0)
123 dest.hstride = BRW_HORIZONTAL_STRIDE_1;
124 insn->bits1.da1.dest_horiz_stride = dest.hstride;
140 if (dest.hstride == BRW_HORIZONTAL_STRIDE_0)
141 dest.hstride = BRW_HORIZONTAL_STRIDE_1;
142 insn->bits1.ia1.dest_horiz_stride = dest.hstride;
166 int width, hstride, vstride, execsize; local
185 assert(reg.hstride >= 0 && reg.hstride < Elements(hstride_for_reg));
186 hstride = hstride_for_reg[reg.hstride]
    [all...]
brw_wm_emit.c 898 if (intel->gen >= 6 && ((arg0[0].hstride == BRW_HORIZONTAL_STRIDE_0 ||
966 if (arg0[0].hstride == BRW_HORIZONTAL_STRIDE_0) {
971 if (arg1[0].hstride == BRW_HORIZONTAL_STRIDE_0) {
    [all...]
  /external/webp/src/dsp/
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...]
dec.c 569 int hstride, int vstride, int size,
573 if (needs_filter2(p, hstride, thresh2, ithresh)) {
574 if (hev(p, hstride, hev_thresh)) {
575 do_filter2(p, hstride);
577 do_filter6(p, hstride);
585 int hstride, int vstride, int size,
589 if (needs_filter2(p, hstride, thresh2, ithresh)) {
590 if (hev(p, hstride, hev_thresh)) {
591 do_filter2(p, hstride);
593 do_filter4(p, hstride);
    [all...]
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...]
  /external/opencv3/3rdparty/libwebp/dsp/
dec.c 595 int hstride, int vstride, int size,
598 if (needs_filter2(p, hstride, thresh, ithresh)) {
599 if (hev(p, hstride, hev_thresh)) {
600 do_filter2(p, hstride);
602 do_filter6(p, hstride);
610 int hstride, int vstride, int size,
613 if (needs_filter2(p, hstride, thresh, ithresh)) {
614 if (hev(p, hstride, hev_thresh)) {
615 do_filter2(p, hstride);
617 do_filter4(p, hstride);
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
filter.c 138 int hstride, int vstride, int size,
141 if (needs_filter2(p, hstride, thresh, ithresh)) {
142 if (hev(p, hstride, hev_thresh)) {
143 do_filter2(p, hstride);
145 do_filter4(p, hstride);

Completed in 461 milliseconds