HomeSort by relevance Sort by last modified time
    Searched defs:left0 (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vpx_dsp/mips/
intrapred4_dspr2.c 85 int32_t left0, left1, left2, left3; local
95 "lbu %[left0], (%[left]) \n\t"
105 "replv.ph %[left0], %[left0] \n\t"
112 "addu.ph %[resl], %[abovel], %[left0] \n\t"
115 "addu.ph %[resr], %[abover], %[left0] \n\t"
218 : [abovel] "=&r"(abovel), [abover] "=&r"(abover), [left0] "=&r"(left0),
intrapred8_dspr2.c 154 int32_t left0; local
164 "lbu %[left0], (%[left]) \n\t"
172 "replv.ph %[left0], %[left0] \n\t"
176 "addu.ph %[reshw], %[abovel], %[left0] \n\t"
183 "addu.ph %[reshw], %[abover], %[left0] \n\t"
200 "addu.ph %[reshw], %[abovel_1], %[left0] \n\t"
207 "addu.ph %[reshw], %[abover_1], %[left0] \n\t"
214 "lbu %[left0], 1(%[left]) \n\t"
226 "replv.ph %[left0], %[left0] \n\t
    [all...]
intrapred_msa.c 320 v16u8 top0, top1, left0, left1, out; local
326 LD_UB2(src_left, 16, left0, left1);
328 HADD_UB2_UH(left0, left1, sum_left0, sum_left1);
  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.c 169 const MV_REFERENCE_FRAME left0 = left_mi->ref_frame[0]; local
174 left0 == LAST_FRAME || left1 == LAST_FRAME);
176 const MV_REFERENCE_FRAME rfs = !above_has_second ? above0 : left0;
177 const MV_REFERENCE_FRAME crf1 = above_has_second ? above0 : left0;
185 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME);
241 const MV_REFERENCE_FRAME left0 = left_mi->ref_frame[0]; local
245 if (above0 == left0 && above1 == left1)
248 left0 == GOLDEN_FRAME || left1 == GOLDEN_FRAME);
252 const MV_REFERENCE_FRAME rfs = !above_has_second ? above0 : left0;
253 const MV_REFERENCE_FRAME crf1 = above_has_second ? above0 : left0;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_optimize.c 200 const int left0 = MAX2(write_start0, reg_start); local
205 if (left0 < right0 || left1 < right1)
  /external/opencv/cv/src/
cvstereobm.cpp 555 CvMat lstub, *left0 = cvGetMat( leftarr, &lstub ); local
563 if( !CV_ARE_SIZES_EQ(left0, right0) ||
564 !CV_ARE_SIZES_EQ(disp, left0) )
567 if( CV_MAT_TYPE(left0->type) != CV_8UC1 ||
568 !CV_ARE_TYPES_EQ(left0, right0) ||
586 state->SADWindowSize >= MIN(left0->cols, left0->rows) )
598 state->preFilteredImg0->cols*state->preFilteredImg0->rows < left0->cols*left0->rows )
603 state->preFilteredImg0 = cvCreateMat( left0->rows, left0->cols, CV_8U )
    [all...]
cvstereogc.cpp 674 const uchar* left0 = state->left->data.ptr; local
699 const uchar* left = left0 + step*y;
  /external/opencv/cxcore/src/
cxdatastructs.cpp 2246 CvSeqReader left0, left1, right0, right1; local
    [all...]

Completed in 238 milliseconds