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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_intrapred4_dspr2.c 89 int32_t left0, left1, left2, left3; local
99 "lbu %[left0], (%[left]) \n\t"
109 "replv.ph %[left0], %[left0] \n\t"
116 "addu.ph %[resl], %[abovel], %[left0] \n\t"
119 "addu.ph %[resr], %[abover], %[left0] \n\t"
225 [left0] "=&r" (left0), [left1] "=&r" (left1), [left2] "=&r" (left2),
vp9_intrapred8_dspr2.c 160 int32_t left0; local
170 "lbu %[left0], (%[left]) \n\t"
178 "replv.ph %[left0], %[left0] \n\t"
182 "addu.ph %[reshw], %[abovel], %[left0] \n\t"
189 "addu.ph %[reshw], %[abover], %[left0] \n\t"
206 "addu.ph %[reshw], %[abovel_1], %[left0] \n\t"
213 "addu.ph %[reshw], %[abover_1], %[left0] \n\t"
220 "lbu %[left0], 1(%[left]) \n\t"
232 "replv.ph %[left0], %[left0] \n\t
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_intrapred4_dspr2.c 89 int32_t left0, left1, left2, left3; local
99 "lbu %[left0], (%[left]) \n\t"
109 "replv.ph %[left0], %[left0] \n\t"
116 "addu.ph %[resl], %[abovel], %[left0] \n\t"
119 "addu.ph %[resr], %[abover], %[left0] \n\t"
225 [left0] "=&r" (left0), [left1] "=&r" (left1), [left2] "=&r" (left2),
vp9_intrapred8_dspr2.c 160 int32_t left0; local
170 "lbu %[left0], (%[left]) \n\t"
178 "replv.ph %[left0], %[left0] \n\t"
182 "addu.ph %[reshw], %[abovel], %[left0] \n\t"
189 "addu.ph %[reshw], %[abover], %[left0] \n\t"
206 "addu.ph %[reshw], %[abovel_1], %[left0] \n\t"
213 "addu.ph %[reshw], %[abover_1], %[left0] \n\t"
220 "lbu %[left0], 1(%[left]) \n\t"
232 "replv.ph %[left0], %[left0] \n\t
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_intrapred4_dspr2.c 89 int32_t left0, left1, left2, left3; local
99 "lbu %[left0], (%[left]) \n\t"
109 "replv.ph %[left0], %[left0] \n\t"
116 "addu.ph %[resl], %[abovel], %[left0] \n\t"
119 "addu.ph %[resr], %[abover], %[left0] \n\t"
225 [left0] "=&r" (left0), [left1] "=&r" (left1), [left2] "=&r" (left2),
vp9_intrapred8_dspr2.c 160 int32_t left0; local
170 "lbu %[left0], (%[left]) \n\t"
178 "replv.ph %[left0], %[left0] \n\t"
182 "addu.ph %[reshw], %[abovel], %[left0] \n\t"
189 "addu.ph %[reshw], %[abover], %[left0] \n\t"
206 "addu.ph %[reshw], %[abovel_1], %[left0] \n\t"
213 "addu.ph %[reshw], %[abover_1], %[left0] \n\t"
220 "lbu %[left0], 1(%[left]) \n\t"
232 "replv.ph %[left0], %[left0] \n\t
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_pred_common.c 223 const MV_REFERENCE_FRAME left0 = left_mbmi->ref_frame[0]; local
228 left0 == LAST_FRAME || left1 == LAST_FRAME);
230 const MV_REFERENCE_FRAME rfs = !above_has_second ? above0 : left0;
231 const MV_REFERENCE_FRAME crf1 = above_has_second ? above0 : left0;
239 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME);
294 const MV_REFERENCE_FRAME left0 = left_mbmi->ref_frame[0]; local
298 if (above0 == left0 && above1 == left1)
301 left0 == GOLDEN_FRAME ||
306 const MV_REFERENCE_FRAME rfs = !above_has_second ? above0 : left0;
307 const MV_REFERENCE_FRAME crf1 = above_has_second ? above0 : left0;
    [all...]