Home
last modified time | relevance | path

Searched refs:byte_alignment (Results 1 – 16 of 16) sorted by relevance

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c141 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/
Dbyte_alignment_test.cc33 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/
Dcompiler_specific.h113 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) argument
115 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument
/external/libchrome/base/memory/
Daligned_memory.h56 #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/
Dyv12config.h80 int border, int byte_alignment);
94 int border, int byte_alignment,
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c240 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()
Dvp9_dx_iface.h40 int byte_alignment; member
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.c337 cm->byte_alignment) < 0) { in vp9_post_proc_frame()
354 VP9_DEC_BORDER_IN_PIXELS, cm->byte_alignment, in vp9_post_proc_frame()
Dvp9_onyxc_int.h267 int byte_alignment; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_skin_detection.c132 cm->byte_alignment)) { in vp9_compute_skin_map()
Dvp9_encoder.c1075 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 …]
Dvp9_temporal_filter.c753 cm->byte_alignment, NULL, NULL, NULL)) { in vp9_temporal_filter()
Dvp9_svc_layercontext.c57 cpi->common.byte_alignment, NULL, NULL, NULL)) in vp9_init_layer_context()
/external/jsoncpp/src/lib_json/
Djson_value.cpp32 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument
34 #define ALIGNAS(byte_alignment)
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2444 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument
2446 #define ALIGNAS(byte_alignment)
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1197 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()