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

  /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/libchrome/base/
compiler_specific.h 113 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment))
115 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment)))
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.h 40 int byte_alignment; member in struct:vpx_codec_alg_priv
vp9_dx_iface.c 240 cm->byte_alignment = ctx->byte_alignment;
983 const int byte_alignment = va_arg(args, int); local
    [all...]
  /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
94 int border, int byte_alignment,
  /external/libvpx/libvpx/test/
byte_alignment_test.cc 33 int byte_alignment; member in struct:__anon24557::ByteAlignmentTestParam
80 void SetByteAlignment(int byte_alignment, vpx_codec_err_t expected_value) {
81 decoder_->Control(VP9_SET_BYTE_ALIGNMENT, byte_alignment, expected_value);
173 SetByteAlignment(t.byte_alignment, t.expected_value);
175 ASSERT_EQ(VPX_CODEC_OK, DecodeRemainingFrames(t.byte_alignment));
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 141 int border, int byte_alignment,
145 const int vp9_byte_align = (byte_alignment == 0) ? 1 : byte_alignment;
150 (aligned_height + 2 * border) * (uint64_t)y_stride + byte_alignment;
157 (uv_height + 2 * uv_border_h) * (uint64_t)uv_stride + byte_alignment;
265 int border, int byte_alignment) {
272 border, byte_alignment, NULL, NULL, NULL);
  /external/libvpx/libvpx/vp9/encoder/
vp9_skin_detection.c 132 cm->byte_alignment)) {
vp9_encoder.c     [all...]
vp9_svc_layercontext.c 57 cpi->common.byte_alignment, NULL, NULL, NULL))
    [all...]
vp9_temporal_filter.c 753 cm->byte_alignment, NULL, NULL, NULL)) {
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 337 cm->byte_alignment) < 0) {
354 VP9_DEC_BORDER_IN_PIXELS, cm->byte_alignment,
vp9_onyxc_int.h 267 int byte_alignment; member in struct:VP9Common
  /external/jsoncpp/src/lib_json/
json_value.cpp 32 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment)))
34 #define ALIGNAS(byte_alignment)
    [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 2962 milliseconds