HomeSort by relevance Sort by last modified time
    Searched refs:Above (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
reconintra4x4.c 16 void vp8_intra4x4_predict_c(unsigned char *Above,
38 expected_dc += Above[i];
62 int pred = Above[c] - top_left + Left[r];
82 ap[0] = (top_left + 2 * Above[0] + Above[1] + 2) >> 2;
83 ap[1] = (Above[0] + 2 * Above[1] + Above[2] + 2) >> 2;
84 ap[2] = (Above[1] + 2 * Above[2] + Above[3] + 2) >> 2
    [all...]
  /external/libvpx/libvpx/vp8/common/
reconintra4x4.c 16 void vp8_intra4x4_predict_c(unsigned char *Above,
38 expected_dc += Above[i];
62 int pred = Above[c] - top_left + Left[r];
82 ap[0] = (top_left + 2 * Above[0] + Above[1] + 2) >> 2;
83 ap[1] = (Above[0] + 2 * Above[1] + Above[2] + 2) >> 2;
84 ap[2] = (Above[1] + 2 * Above[2] + Above[3] + 2) >> 2
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
reconintra4x4.c 16 void vp8_intra4x4_predict_c(unsigned char *Above,
38 expected_dc += Above[i];
62 int pred = Above[c] - top_left + Left[r];
82 ap[0] = (top_left + 2 * Above[0] + Above[1] + 2) >> 2;
83 ap[1] = (Above[0] + 2 * Above[1] + Above[2] + 2) >> 2;
84 ap[2] = (Above[1] + 2 * Above[2] + Above[3] + 2) >> 2
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
encodeintra.c 58 unsigned char *Above = dst - dst_stride;
60 unsigned char top_left = Above[-1];
62 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode,
pickinter.c 150 unsigned char *Above = dst - dst_stride;
152 unsigned char top_left = Above[-1];
160 vp8_intra4x4_predict(Above, yleft, dst_stride, mode,
545 /* above-left mb */
553 /* above mb */
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 58 unsigned char *Above = dst - dst_stride;
60 unsigned char top_left = Above[-1];
62 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode,
pickinter.c 150 unsigned char *Above = dst - dst_stride;
152 unsigned char top_left = Above[-1];
160 vp8_intra4x4_predict(Above, yleft, dst_stride, mode,
542 /* above-left mb */
550 /* above mb */
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodeintra.c 58 unsigned char *Above = dst - dst_stride;
60 unsigned char top_left = Above[-1];
62 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode,
pickinter.c 151 unsigned char *Above = dst - dst_stride;
153 unsigned char top_left = Above[-1];
161 vp8_intra4x4_predict(Above, yleft, dst_stride, mode,
544 /* above-left mb */
552 /* above mb */
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
intra4x4_predict_v6.asm 21 ;void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft,
26 ; r0: *Above
52 ldr r8, [r0] ; Above
82 ldr r8, [r0] ; Above
223 ldr r4, [r0] ; Above[0-3]
225 ldr r5, [r0, #4] ; Above[4-7]
282 ldr lr, [r0] ; Above = pp[8|7|6|5]
344 ldr lr, [r0] ; Above = pp[8|7|6|5]
412 ldr r4, [r0] ; [3|2|1|0] = Above[0-3]
414 ldr r5, [r0, #4] ; [7|6|5|4] = Above[4-7
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
intra4x4_predict_v6.asm 21 ;void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft,
26 ; r0: *Above
52 ldr r8, [r0] ; Above
82 ldr r8, [r0] ; Above
223 ldr r4, [r0] ; Above[0-3]
225 ldr r5, [r0, #4] ; Above[4-7]
282 ldr lr, [r0] ; Above = pp[8|7|6|5]
344 ldr lr, [r0] ; Above = pp[8|7|6|5]
412 ldr r4, [r0] ; [3|2|1|0] = Above[0-3]
414 ldr r5, [r0, #4] ; [7|6|5|4] = Above[4-7
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
intra4x4_predict_v6.asm 21 ;void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft,
26 ; r0: *Above
52 ldr r8, [r0] ; Above
82 ldr r8, [r0] ; Above
223 ldr r4, [r0] ; Above[0-3]
225 ldr r5, [r0, #4] ; Above[4-7]
282 ldr lr, [r0] ; Above = pp[8|7|6|5]
344 ldr lr, [r0] ; Above = pp[8|7|6|5]
412 ldr r4, [r0] ; [3|2|1|0] = Above[0-3]
414 ldr r5, [r0, #4] ; [7|6|5|4] = Above[4-7
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
threading.c 190 unsigned char *Above;
195 /*Caution: For some b_mode, it needs 8 pixels (4 above + 4 above-right).*/
197 Above = xd->recon_above[0] + b->offset;
199 Above = dst - dst_stride;
215 top_left = Above[-1];
217 vp8_intra4x4_predict(Above, yleft, left_stride,
decodeframe.c 195 unsigned char *Above = dst - dst_stride;
198 unsigned char top_left = Above[-1];
200 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode,
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
threading.c 190 unsigned char *Above;
195 /*Caution: For some b_mode, it needs 8 pixels (4 above + 4 above-right).*/
197 Above = xd->recon_above[0] + b->offset;
199 Above = dst - dst_stride;
215 top_left = Above[-1];
217 vp8_intra4x4_predict(Above, yleft, left_stride,
decodeframe.c 194 unsigned char *Above = dst - dst_stride;
197 unsigned char top_left = Above[-1];
199 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
threading.c 190 unsigned char *Above;
195 /*Caution: For some b_mode, it needs 8 pixels (4 above + 4 above-right).*/
197 Above = xd->recon_above[0] + b->offset;
199 Above = dst - dst_stride;
215 top_left = Above[-1];
217 vp8_intra4x4_predict(Above, yleft, left_stride,
decodeframe.c 194 unsigned char *Above = dst - dst_stride;
197 unsigned char top_left = Above[-1];
199 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
X.h 12 the above copyright notice appear in all copies and that both that
16 The above copyright notice and this permission notice shall be included in
37 provided that the above copyright notice appear in all copies and that
178 confused with event masks above. They start from 2 because 0 and 1
232 masks defined above. */
243 /* button masks. Used in same manner as Key masks above. Not to be confused
256 and ButtonRelease events. Not to be confused with button masks above.
257 Note that 0 is already defined above as "AnyButton". */
385 /* Note that CopyFromParent is already defined as 0 above */
433 /* Window gravity + bit gravity above */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
X.h 12 the above copyright notice appear in all copies and that both that
16 The above copyright notice and this permission notice shall be included in
37 provided that the above copyright notice appear in all copies and that
178 confused with event masks above. They start from 2 because 0 and 1
232 masks defined above. */
243 /* button masks. Used in same manner as Key masks above. Not to be confused
256 and ButtonRelease events. Not to be confused with button masks above.
257 Note that 0 is already defined above as "AnyButton". */
385 /* Note that CopyFromParent is already defined as 0 above */
433 /* Window gravity + bit gravity above */
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/arm/
vp8_rtcd.h 132 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
133 void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
  /external/libvpx/armv7a/
vp8_rtcd.h 111 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
112 void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp8_rtcd.h 109 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
110 void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
  /external/chromium_org/third_party/libvpx/source/config/linux/generic/
vp8_rtcd.h 119 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
  /external/chromium_org/third_party/libvpx/source/config/linux/mips64el/
vp8_rtcd.h 119 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);

Completed in 1018 milliseconds

1 2 3