Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c142 int border, int byte_alignment, in vpx_realloc_frame_buffer() argument
146 const int vp9_byte_align = (byte_alignment == 0) ? 1 : byte_alignment; in vpx_realloc_frame_buffer()
151 (aligned_height + 2 * border) * (uint64_t)y_stride + byte_alignment; in vpx_realloc_frame_buffer()
158 (uv_height + 2 * uv_border_h) * (uint64_t)uv_stride + byte_alignment; in vpx_realloc_frame_buffer()
270 int border, int byte_alignment) { in vpx_alloc_frame_buffer() argument
277 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.h121 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) argument
123 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument
/external/pdfium/third_party/base/
Dcompiler_specific.h116 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) argument
118 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c206 cm->byte_alignment = ctx->byte_alignment; in init_buffer_callbacks()
599 const int byte_alignment = va_arg(args, int); in ctrl_set_byte_alignment() local
601 if (byte_alignment != legacy_byte_alignment && in ctrl_set_byte_alignment()
602 (byte_alignment < min_byte_alignment || in ctrl_set_byte_alignment()
603 byte_alignment > max_byte_alignment || in ctrl_set_byte_alignment()
604 (byte_alignment & (byte_alignment - 1)) != 0)) in ctrl_set_byte_alignment()
607 ctx->byte_alignment = byte_alignment; in ctrl_set_byte_alignment()
609 ctx->pbi->common.byte_alignment = byte_alignment; in ctrl_set_byte_alignment()
Dvp9_dx_iface.h33 int byte_alignment; member
/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/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.h242 int byte_alignment; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_skin_detection.c145 cm->byte_alignment)) { in vp9_output_skin_map()
Dvp9_encoder.c1094 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_raw_frame_buffers()
1107 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_util_frame_buffers()
1117 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_util_frame_buffers()
1133 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, NULL, NULL, NULL)) in alloc_util_frame_buffers()
1143 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_util_frame_buffers()
1153 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_util_frame_buffers()
1163 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_util_frame_buffers()
1254 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in update_frame_size()
3031 cm->byte_alignment, NULL, NULL, NULL))
3055 cm->byte_alignment, NULL, NULL, NULL))
[all …]
Dvp9_temporal_filter.c774 cm->byte_alignment, NULL, NULL, NULL)) { in vp9_temporal_filter()
Dvp9_svc_layercontext.c59 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.c1180 VP9_DEC_BORDER_IN_PIXELS, cm->byte_alignment, in setup_frame_size()
1264 VP9_DEC_BORDER_IN_PIXELS, cm->byte_alignment, in setup_frame_size_with_refs()