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

/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.h33 int byte_alignment; member in struct:vpx_codec_alg_priv
H A Dvp9_dx_iface.c206 cm->byte_alignment = ctx->byte_alignment;
599 const int byte_alignment = va_arg(args, int); local
601 if (byte_alignment != legacy_byte_alignment &&
602 (byte_alignment < min_byte_alignment ||
603 byte_alignment > max_byte_alignment ||
604 (byte_alignment & (byte_alignment - 1)) != 0))
607 ctx->byte_alignment = byte_alignment;
[all...]
/external/libchrome/base/memory/
H A Daligned_memory.h56 #define BASE_DECL_ALIGNED_MEMORY(byte_alignment) \
58 class AlignedMemory<Size, byte_alignment> { \
60 ALIGNAS(byte_alignment) uint8_t data_[Size]; \
/external/libchrome/base/
H A Dcompiler_specific.h121 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment))
123 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment)))
/external/pdfium/third_party/base/
H A Dcompiler_specific.h116 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment))
118 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment)))
/external/libvpx/libvpx/vpx_scale/
H A Dyv12config.h80 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/
H A Dbyte_alignment_test.cc33 int byte_alignment; member in struct:__anon12658::ByteAlignmentTestParam
80 void SetByteAlignment(int byte_alignment, vpx_codec_err_t expected_value) { argument
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/
H A Dyv12config.c142 int border, int byte_alignment,
146 const int vp9_byte_align = (byte_alignment == 0) ? 1 : byte_alignment;
151 (aligned_height + 2 * border) * (uint64_t)y_stride + byte_alignment;
158 (uv_height + 2 * uv_border_h) * (uint64_t)uv_stride + byte_alignment;
270 int border, int byte_alignment) {
277 border, byte_alignment, NULL, NULL, NULL);
137 vpx_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, int use_highbitdepth, int border, int byte_alignment, vpx_codec_frame_buffer_t *fb, vpx_get_frame_buffer_cb_fn_t cb, void *cb_priv) argument
265 vpx_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, int use_highbitdepth, int border, int byte_alignment) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_skin_detection.c145 cm->byte_alignment)) {
H A Dvp9_encoder.c1094 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment,
1107 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment,
1117 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment,
1133 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, NULL, NULL, NULL))
1143 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment,
1153 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment,
1163 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment,
1254 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment,
3031 cm->byte_alignment, NULL, NULL, NULL))
3055 cm->byte_alignment, NUL
[all...]
H A Dvp9_temporal_filter.c774 cm->byte_alignment, NULL, NULL, NULL)) {
H A Dvp9_svc_layercontext.c59 cpi->common.byte_alignment, NULL, NULL, NULL))
/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c337 cm->byte_alignment) < 0) {
354 VP9_DEC_BORDER_IN_PIXELS, cm->byte_alignment,
H A Dvp9_onyxc_int.h242 int byte_alignment; member in struct:VP9Common
/external/jsoncpp/src/lib_json/
H A Djson_value.cpp32 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment)))
34 #define ALIGNAS(byte_alignment)
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c1180 VP9_DEC_BORDER_IN_PIXELS, cm->byte_alignment,
1264 VP9_DEC_BORDER_IN_PIXELS, cm->byte_alignment,
/external/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp2444 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment)))
2446 #define ALIGNAS(byte_alignment)

Completed in 1106 milliseconds