Searched refs:byte_alignment (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12config.c | 144 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/ |
D | byte_alignment_test.cc | 33 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/ |
D | yv12config.h | 77 int border, int byte_alignment); 92 int byte_alignment,
|
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 57 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/ |
D | vp9_skin_detection.c | 75 VP9_ENC_BORDER_IN_PIXELS, cm->byte_alignment)) { in vp9_compute_skin_map()
|
D | vp9_encoder.c | 635 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) {
|
D | vp9_temporal_filter.c | 715 cm->byte_alignment, in vp9_temporal_filter()
|
D | vp9_svc_layercontext.c | 39 cpi->common.byte_alignment, in vp9_init_layer_context()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_postproc.c | 668 cm->byte_alignment) < 0) { in vp9_post_proc_frame() 685 VP9_DEC_BORDER_IN_PIXELS, cm->byte_alignment, in vp9_post_proc_frame()
|
D | vp9_onyxc_int.h | 267 int byte_alignment; member
|
/external/lldb/source/Expression/ |
D | IRInterpreter.cpp | 335 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/ |
D | vp9_decodeframe.c | 1245 cm->byte_alignment, in setup_frame_size() 1326 cm->byte_alignment, in setup_frame_size_with_refs()
|