OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:size_mb
(Results
1 - 13
of
13
) sorted by null
/hardware/intel/img/psb_video/src/mrst/
psb_MPEG2MC.c
114
uint32_t
size_mb
; /* in macroblocks */
member in struct:context_MPEG2MC_s
[
all
...]
psb_H264.c
123
uint32_t
size_mb
; /* in macroblocks */
member in struct:context_H264_s
661
ctx->
size_mb
= ctx->picture_width_mb * ctx->picture_height_mb; /* (7-25) */
665
uint32_t
size_mb
= ((ctx->obj_context->current_render_target->width + 15) / 16) *
local
667
uint32_t colocated_size = ((
size_mb
+ 100) * 128 + 0xfff) & ~0xfff;
769
ctx->picture_width_mb, ctx->
size_mb
);
[
all
...]
psb_MPEG2.c
490
uint32_t
size_mb
; /* in macroblocks */
member in struct:context_MPEG2_s
753
ctx->
size_mb
= ctx->picture_width_mb * ctx->picture_height_mb;
[
all
...]
psb_MPEG4.c
293
uint32_t
size_mb
; /* in macroblocks */
member in struct:context_MPEG4_s
[
all
...]
psb_VC1.c
799
ctx->
size_mb
= ctx->picture_width_mb * ctx->picture_height_mb;
801
uint32_t colocated_size = (ctx->
size_mb
+ 1) * 2 * VC1_MB_PARAM_STRIDE + 0x2000;
[
all
...]
/hardware/intel/img/psb_video/src/
vc1_header.h
216
uint32_t
size_mb
; /* in macroblocks */
member in struct:context_VC1_s
pnw_MPEG4.c
1118
uint32_t
size_mb
; /* in macroblocks */
member in struct:context_MPEG4_s
[
all
...]
pnw_MPEG2.c
491
uint32_t
size_mb
; /* in macroblocks */
member in struct:context_MPEG2_s
732
ctx->
size_mb
= ctx->picture_width_mb * ctx->picture_height_mb;
[
all
...]
tng_VP8.c
282
uint32_t
size_mb
; /* in macroblocks */
member in struct:context_VP8_s
643
ctx->
size_mb
= ((ctx->pic_params->frame_width) * (ctx->pic_params->frame_height)) >> 8;
[
all
...]
tng_jpegdec.c
182
uint32_t
size_mb
; /* in macroblocks */
member in struct:context_JPEG_s
602
ctx->
size_mb
= ctx->picture_width_mb * ctx->picture_height_mb;
[
all
...]
pnw_H264.c
136
uint32_t
size_mb
; /* in macroblocks */
member in struct:context_H264_s
631
ctx->
size_mb
= ctx->picture_width_mb * ctx->picture_height_mb; /* (7-25) */
634
uint32_t colocated_size = ((ctx->
size_mb
+ 100) * 128 + 0xfff) & ~0xfff;
761
ctx->picture_width_mb, ctx->
size_mb
);
[
all
...]
pnw_VC1.c
816
ctx->
size_mb
= ctx->picture_width_mb * ctx->picture_height_mb;
818
uint32_t colocated_size = ((ctx->
size_mb
+ 1) * 2 + 128) * VC1_MB_PARAM_STRIDE;
819
//uint32_t colocated_size = (ctx->
size_mb
+ 1) * 2 * VC1_MB_PARAM_STRIDE + 0x2000;
[
all
...]
/hardware/intel/img/psb_video/src/hwdefs/
dxva_cmdseq_msg.h
62
uint32_t
size_mb
;
member in struct:__anon40050
Completed in 442 milliseconds