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

  /external/libchrome/base/
compiler_specific.h 108 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment))
110 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment)))
  /external/libweave/third_party/chromium/base/
compiler_specific.h 108 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment))
110 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment)))
  /system/extras/perfprofd/quipper/base/
compiler_specific.h 120 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment))
122 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment)))
  /external/libchrome/base/memory/
aligned_memory.h 56 #define BASE_DECL_ALIGNED_MEMORY(byte_alignment) \
58 class AlignedMemory<Size, byte_alignment> { \
60 ALIGNAS(byte_alignment) uint8_t data_[Size]; \
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.h 40 int byte_alignment; member in struct:vpx_codec_alg_priv
vp9_dx_iface.c 250 cm->byte_alignment = ctx->byte_alignment;
1008 const int byte_alignment = va_arg(args, int); local
    [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 144 int byte_alignment,
149 const int vp9_byte_align = (byte_alignment == 0) ? 1 : byte_alignment;
154 (uint64_t)y_stride + byte_alignment;
161 (uint64_t)uv_stride + byte_alignment;
170 (uint64_t)alpha_stride + byte_alignment;
292 int byte_alignment) {
299 border, byte_alignment, NULL, NULL, NULL);
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 80 int border, int byte_alignment);
82 // Updates the yv12 buffer config with the frame buffer. |byte_alignment| must
95 int byte_alignment,
  /external/libvpx/libvpx/test/
byte_alignment_test.cc 33 int byte_alignment; member in struct:__anon16415::ByteAlignmentTestParam
84 void SetByteAlignment(int byte_alignment, vpx_codec_err_t expected_value) {
85 decoder_->Control(VP9_SET_BYTE_ALIGNMENT, byte_alignment, expected_value);
179 SetByteAlignment(t.byte_alignment, t.expected_value);
181 ASSERT_EQ(VPX_CODEC_OK, DecodeRemainingFrames(t.byte_alignment));
  /external/libvpx/libvpx/vp9/encoder/
vp9_skin_detection.c 75 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment)) {
vp9_encoder.c 638 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment,
652 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment,
663 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment,
674 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment,
753 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment,
    [all...]
vp9_svc_layercontext.c 44 cpi->common.byte_alignment,
vp9_temporal_filter.c 718 cm->byte_alignment,
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 268 int byte_alignment; member in struct:VP9Common
vp9_postproc.c 669 cm->byte_alignment) < 0) {
686 VP9_DEC_BORDER_IN_PIXELS, cm->byte_alignment,
  /external/jsoncpp/src/lib_json/
json_value.cpp 32 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment)))
34 #define ALIGNAS(byte_alignment)
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 384 milliseconds