OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VL_MACROBLOCK_WIDTH
(Results
1 - 10
of
10
) sorted by null
/external/mesa3d/src/gallium/auxiliary/vl/
vl_defines.h
32
#define
VL_MACROBLOCK_WIDTH
16
vl_decoder.c
83
temp.width = pot_buffers ? util_next_power_of_two(width) : align(width,
VL_MACROBLOCK_WIDTH
);
vl_mpeg12_decoder.c
549
dec->base.width /
VL_MACROBLOCK_WIDTH
,
[
all
...]
vl_mc.c
67
* block_scale = (
VL_MACROBLOCK_WIDTH
, VL_MACROBLOCK_HEIGHT) / (dst.width, dst.height)
123
(float)
VL_MACROBLOCK_WIDTH
/ r->buffer_width,
238
(float)VL_BLOCK_WIDTH / r->buffer_width *
VL_MACROBLOCK_WIDTH
/ r->macroblock_size,
624
renderer->buffer_width /
VL_MACROBLOCK_WIDTH
*
vl_video_buffer.c
444
: align(tmpl->width,
VL_MACROBLOCK_WIDTH
);
/external/mesa3d/src/gallium/drivers/r600/
r600_uvd.c
79
template.width = align(tmpl->width,
VL_MACROBLOCK_WIDTH
);
radeon_uvd.c
233
unsigned width = align(dec->base.width,
VL_MACROBLOCK_WIDTH
);
254
unsigned width = align(dec->base.width,
VL_MACROBLOCK_WIDTH
);
292
unsigned width = align(dec->base.width,
VL_MACROBLOCK_WIDTH
);
304
width_in_mb = width /
VL_MACROBLOCK_WIDTH
;
[
all
...]
/external/mesa3d/src/gallium/drivers/radeonsi/
si_uvd.c
59
vidtemplate.width = align(tmpl->width,
VL_MACROBLOCK_WIDTH
);
/external/mesa3d/src/gallium/drivers/radeon/
radeon_uvd.c
231
unsigned width = align(dec->base.width,
VL_MACROBLOCK_WIDTH
);
237
width_in_mb = width /
VL_MACROBLOCK_WIDTH
;
284
unsigned width = align(dec->base.width,
VL_MACROBLOCK_WIDTH
);
305
unsigned width = align(dec->base.width,
VL_MACROBLOCK_WIDTH
);
346
unsigned width = align(dec->base.width,
VL_MACROBLOCK_WIDTH
);
358
width_in_mb = width /
VL_MACROBLOCK_WIDTH
;
[
all
...]
radeon_vcn_dec.c
363
unsigned width = align(dec->base.width,
VL_MACROBLOCK_WIDTH
);
384
unsigned width = align(dec->base.width,
VL_MACROBLOCK_WIDTH
);
868
unsigned width = align(dec->base.width,
VL_MACROBLOCK_WIDTH
);
874
width_in_mb = width /
VL_MACROBLOCK_WIDTH
;
918
unsigned width = align(dec->base.width,
VL_MACROBLOCK_WIDTH
);
[
all
...]
Completed in 628 milliseconds