Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c144 int byte_alignment, in vpx_realloc_frame_buffer() argument
149 const int vp9_byte_align = (byte_alignment == 0) ? 1 : byte_alignment; in vpx_realloc_frame_buffer()
154 (uint64_t)y_stride + byte_alignment; in vpx_realloc_frame_buffer()
161 (uint64_t)uv_stride + byte_alignment; in vpx_realloc_frame_buffer()
170 (uint64_t)alpha_stride + byte_alignment; in vpx_realloc_frame_buffer()
292 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
84 void SetByteAlignment(int byte_alignment, vpx_codec_err_t expected_value) { in SetByteAlignment() argument
85 decoder_->Control(VP9_SET_BYTE_ALIGNMENT, byte_alignment, expected_value); in SetByteAlignment()
179 SetByteAlignment(t.byte_alignment, t.expected_value); in TEST_P()
181 ASSERT_EQ(VPX_CODEC_OK, DecodeRemainingFrames(t.byte_alignment)); in TEST_P()
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h77 int border, int byte_alignment);
92 int byte_alignment,
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c57 int byte_alignment; member
297 cm->byte_alignment = ctx->byte_alignment; in init_buffer_callbacks()
1055 const int byte_alignment = va_arg(args, int); in ctrl_set_byte_alignment() local
1057 if (byte_alignment != legacy_byte_alignment && in ctrl_set_byte_alignment()
1058 (byte_alignment < min_byte_alignment || in ctrl_set_byte_alignment()
1059 byte_alignment > max_byte_alignment || in ctrl_set_byte_alignment()
1060 (byte_alignment & (byte_alignment - 1)) != 0)) in ctrl_set_byte_alignment()
1063 ctx->byte_alignment = byte_alignment; in ctrl_set_byte_alignment()
1068 frame_worker_data->pbi->common.byte_alignment = byte_alignment; in ctrl_set_byte_alignment()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_skin_detection.c75 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment)) { in vp9_compute_skin_map()
Dvp9_encoder.c635 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_raw_frame_buffers()
649 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_util_frame_buffers()
660 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_util_frame_buffers()
671 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in alloc_util_frame_buffers()
750 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment, in update_frame_size()
2826 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment,
2850 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment,
3148 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment,
4418 cm->byte_alignment) < 0) {
Dvp9_temporal_filter.c715 cm->byte_alignment, in vp9_temporal_filter()
Dvp9_svc_layercontext.c39 cpi->common.byte_alignment, in vp9_init_layer_context()
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.c668 cm->byte_alignment) < 0) { in vp9_post_proc_frame()
685 VP9_DEC_BORDER_IN_PIXELS, cm->byte_alignment, in vp9_post_proc_frame()
Dvp9_onyxc_int.h267 int byte_alignment; member
/external/lldb/source/Expression/
DIRInterpreter.cpp335 lldb::addr_t Malloc (size_t size, uint8_t byte_alignment) in Malloc() argument
340 ret -= (ret % byte_alignment); in Malloc()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1245 cm->byte_alignment, in setup_frame_size()
1326 cm->byte_alignment, in setup_frame_size_with_refs()