/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12config.c | 141 int border, int byte_alignment, in vpx_realloc_frame_buffer() argument 145 const int vp9_byte_align = (byte_alignment == 0) ? 1 : byte_alignment; in vpx_realloc_frame_buffer() 150 (aligned_height + 2 * border) * (uint64_t)y_stride + byte_alignment; in vpx_realloc_frame_buffer() 157 (uv_height + 2 * uv_border_h) * (uint64_t)uv_stride + byte_alignment; in vpx_realloc_frame_buffer() 265 int border, int byte_alignment) { in vpx_alloc_frame_buffer() argument 272 border, byte_alignment, NULL, NULL, NULL); in vpx_alloc_frame_buffer()
|
/external/libvpx/libvpx/test/ |
D | byte_alignment_test.cc | 33 int byte_alignment; member 80 void SetByteAlignment(int byte_alignment, vpx_codec_err_t expected_value) { in SetByteAlignment() argument 81 decoder_->Control(VP9_SET_BYTE_ALIGNMENT, byte_alignment, expected_value); in SetByteAlignment() 173 SetByteAlignment(t.byte_alignment, t.expected_value); in TEST_P() 175 ASSERT_EQ(VPX_CODEC_OK, DecodeRemainingFrames(t.byte_alignment)); in TEST_P()
|
/external/libchrome/base/ |
D | compiler_specific.h | 113 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) argument 115 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument
|
/external/libchrome/base/memory/ |
D | aligned_memory.h | 56 #define BASE_DECL_ALIGNED_MEMORY(byte_alignment) \ argument 58 class AlignedMemory<Size, byte_alignment> { \ 60 ALIGNAS(byte_alignment) uint8_t data_[Size]; \
|
/external/libvpx/libvpx/vpx_scale/ |
D | yv12config.h | 80 int border, int byte_alignment); 94 int border, int byte_alignment,
|
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 240 cm->byte_alignment = ctx->byte_alignment; in init_buffer_callbacks() 983 const int byte_alignment = va_arg(args, int); in ctrl_set_byte_alignment() local 985 if (byte_alignment != legacy_byte_alignment && in ctrl_set_byte_alignment() 986 (byte_alignment < min_byte_alignment || in ctrl_set_byte_alignment() 987 byte_alignment > max_byte_alignment || in ctrl_set_byte_alignment() 988 (byte_alignment & (byte_alignment - 1)) != 0)) in ctrl_set_byte_alignment() 991 ctx->byte_alignment = byte_alignment; in ctrl_set_byte_alignment() 995 frame_worker_data->pbi->common.byte_alignment = byte_alignment; in ctrl_set_byte_alignment()
|
D | vp9_dx_iface.h | 40 int byte_alignment; member
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_postproc.c | 337 cm->byte_alignment) < 0) { in vp9_post_proc_frame() 354 VP9_DEC_BORDER_IN_PIXELS, cm->byte_alignment, in vp9_post_proc_frame()
|
D | vp9_onyxc_int.h | 267 int byte_alignment; member
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_skin_detection.c | 132 cm->byte_alignment)) { in vp9_compute_skin_map()
|
D | vp9_encoder.c | 1075 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_raw_frame_buffers() 1088 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_util_frame_buffers() 1098 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_util_frame_buffers() 1114 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, NULL, NULL, NULL)) in alloc_util_frame_buffers() 1124 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_util_frame_buffers() 1134 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_util_frame_buffers() 1144 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_util_frame_buffers() 1227 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in update_frame_size() 3043 cm->byte_alignment, NULL, NULL, NULL)) 3067 cm->byte_alignment, NULL, NULL, NULL)) [all …]
|
D | vp9_temporal_filter.c | 753 cm->byte_alignment, NULL, NULL, NULL)) { in vp9_temporal_filter()
|
D | vp9_svc_layercontext.c | 57 cpi->common.byte_alignment, NULL, NULL, NULL)) in vp9_init_layer_context()
|
/external/jsoncpp/src/lib_json/ |
D | json_value.cpp | 32 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument 34 #define ALIGNAS(byte_alignment)
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 2444 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument 2446 #define ALIGNAS(byte_alignment)
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1197 VP9_DEC_BORDER_IN_PIXELS, cm->byte_alignment, in setup_frame_size() 1283 VP9_DEC_BORDER_IN_PIXELS, cm->byte_alignment, in setup_frame_size_with_refs()
|