Home
last modified time | relevance | path

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

12

/external/libaom/libaom/aom_scale/generic/
Dyv12config.c51 int use_highbitdepth, int border, int byte_alignment, in realloc_frame_buffer_aligned() argument
58 const int aom_byte_align = (byte_alignment == 0) ? 1 : byte_alignment; in realloc_frame_buffer_aligned()
176 const int byte_alignment, int *y_stride, in calc_stride_and_planesize() argument
188 (aligned_height + 2 * border) * (uint64_t)(*y_stride) + byte_alignment; in calc_stride_and_planesize()
192 byte_alignment; in calc_stride_and_planesize()
198 int border, int byte_alignment, in aom_realloc_frame_buffer() argument
218 ss_x, ss_y, aligned_width, aligned_height, border, byte_alignment, in aom_realloc_frame_buffer()
223 byte_alignment, fb, cb, cb_priv, y_stride, yplane_size, uvplane_size, in aom_realloc_frame_buffer()
244 int border, int byte_alignment, in aom_realloc_lookahead_buffer() argument
265 byte_alignment, &y_stride, &uv_stride, &yplane_size, &uvplane_size, in aom_realloc_lookahead_buffer()
[all …]
Dyv12extend.c439 int byte_alignment, int num_planes) { in aom_yv12_realloc_with_new_border_c() argument
447 byte_alignment); in aom_yv12_realloc_with_new_border_c()
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c153 int border, int byte_alignment, in vpx_realloc_frame_buffer() argument
168 const int vp9_byte_align = (byte_alignment == 0) ? 1 : byte_alignment; in vpx_realloc_frame_buffer()
173 (aligned_height + 2 * border) * (uint64_t)y_stride + byte_alignment; in vpx_realloc_frame_buffer()
180 (uv_height + 2 * uv_border_h) * (uint64_t)uv_stride + byte_alignment; in vpx_realloc_frame_buffer()
292 int border, int byte_alignment) { in vpx_alloc_frame_buffer() argument
299 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.c209 cm->byte_alignment = ctx->byte_alignment; in init_buffer_callbacks()
621 const int byte_alignment = va_arg(args, int); in ctrl_set_byte_alignment() local
623 if (byte_alignment != legacy_byte_alignment && in ctrl_set_byte_alignment()
624 (byte_alignment < min_byte_alignment || in ctrl_set_byte_alignment()
625 byte_alignment > max_byte_alignment || in ctrl_set_byte_alignment()
626 (byte_alignment & (byte_alignment - 1)) != 0)) in ctrl_set_byte_alignment()
629 ctx->byte_alignment = byte_alignment; in ctrl_set_byte_alignment()
631 ctx->pbi->common.byte_alignment = byte_alignment; in ctrl_set_byte_alignment()
Dvp9_dx_iface.h33 int byte_alignment; member
/external/libaom/libaom/aom_scale/
Dyv12config.h114 int byte_alignment);
125 int border, int byte_alignment,
131 int border, int byte_alignment,
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h80 int border, int byte_alignment);
94 int border, int byte_alignment,
/external/libaom/libaom/av1/
Dav1_dx_iface.c48 int byte_alignment; member
391 cm->byte_alignment = ctx->byte_alignment; in init_buffer_callbacks()
1234 const int byte_alignment = va_arg(args, int); in ctrl_set_byte_alignment() local
1236 if (byte_alignment != legacy_byte_alignment && in ctrl_set_byte_alignment()
1237 (byte_alignment < min_byte_alignment || in ctrl_set_byte_alignment()
1238 byte_alignment > max_byte_alignment || in ctrl_set_byte_alignment()
1239 (byte_alignment & (byte_alignment - 1)) != 0)) in ctrl_set_byte_alignment()
1242 ctx->byte_alignment = byte_alignment; in ctrl_set_byte_alignment()
1246 frame_worker_data->pbi->common.byte_alignment = byte_alignment; in ctrl_set_byte_alignment()
/external/libaom/libaom/av1/decoder/
Dobu.c87 static int byte_alignment(AV1_COMMON *const cm, in byte_alignment() function
346 if (header_size == -1 || byte_alignment(cm, rb)) return 0; in read_one_tile_group_obu()
386 0, cm->byte_alignment)) in alloc_tile_list_buffer()
815 if (byte_alignment(cm, &rb)) return -1; in aom_decode_frame_from_obus()
/external/libaom/config/x86_64/config/
Daom_scale_rtcd.h80 …ith_new_border_c(struct yv12_buffer_config *ybf, int new_border, int byte_alignment, int num_plane…
/external/libaom/config/x86/config/
Daom_scale_rtcd.h80 …ith_new_border_c(struct yv12_buffer_config *ybf, int new_border, int byte_alignment, int num_plane…
/external/libaom/config/arm/config/
Daom_scale_rtcd.h80 …ith_new_border_c(struct yv12_buffer_config *ybf, int new_border, int byte_alignment, int num_plane…
/external/libaom/config/arm64/config/
Daom_scale_rtcd.h80 …ith_new_border_c(struct yv12_buffer_config *ybf, int new_border, int byte_alignment, int num_plane…
/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.h244 int byte_alignment; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_skin_detection.c145 cm->byte_alignment)) { in vp9_output_skin_map()
Dvp9_encoder.c1248 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_raw_frame_buffers()
1261 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_util_frame_buffers()
1271 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_util_frame_buffers()
1288 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, NULL, NULL, NULL)) in alloc_util_frame_buffers()
1298 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_util_frame_buffers()
1308 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_util_frame_buffers()
1318 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_util_frame_buffers()
3192 cm->byte_alignment, NULL, NULL, NULL))
3216 cm->byte_alignment, NULL, NULL, NULL))
3593 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment,
[all …]
/external/jsoncpp/src/lib_json/
Djson_value.cpp32 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) argument
34 #define ALIGNAS(byte_alignment)
/external/libaom/libaom/av1/common/
Dresize.c1367 AOM_BORDER_IN_PIXELS, cm->byte_alignment)) in av1_superres_upscale()
1397 AOM_BORDER_IN_PIXELS, cm->byte_alignment, fb, cb, cb_priv)) in av1_superres_upscale()
1411 AOM_BORDER_IN_PIXELS, cm->byte_alignment)) in av1_superres_upscale()
Donyxc_int.h510 int byte_alignment; member
/external/libaom/libaom/av1/encoder/
Dencoder.c806 cm->byte_alignment, NULL, NULL, NULL)) in alloc_raw_frame_buffers()
817 cpi->oxcf.border_in_pixels, cm->byte_alignment, NULL, NULL, NULL)) in alloc_util_frame_buffers()
825 AOM_RESTORATION_FRAME_BORDER, cm->byte_alignment, NULL, NULL, NULL)) in alloc_util_frame_buffers()
832 cpi->oxcf.border_in_pixels, cm->byte_alignment, NULL, NULL, NULL)) in alloc_util_frame_buffers()
840 cm->byte_alignment, NULL, NULL, NULL)) in alloc_util_frame_buffers()
3379 &ref_fb->buf, AOM_BORDER_IN_PIXELS, cm->byte_alignment, in scale_references()
3403 cm->byte_alignment, NULL, NULL, NULL)) { in scale_references()
3712 cpi->oxcf.border_in_pixels, cm->byte_alignment, NULL, NULL, NULL)) in av1_set_frame_size()
4006 AOM_BORDER_IN_PIXELS, cm->byte_alignment, NULL, NULL, NULL)) in superres_post_encode()
Dtpl_model.c489 cm->byte_alignment, NULL, NULL, NULL)) in init_gop_frames()

12