OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backward_ref_surface
(Results
1 - 10
of
10
) sorted by null
/hardware/intel/img/psb_video/src/mrst/
psb_MPEG4.c
283
object_surface_p
backward_ref_surface
;
member in struct:context_MPEG4_s
[
all
...]
psb_MPEG2MC.c
119
object_surface_p
backward_ref_surface
;
member in struct:context_MPEG2MC_s
727
psb_surface_p backward_surface = ctx->
backward_ref_surface
->psb_surface;
[
all
...]
psb_MPEG2.c
483
object_surface_p
backward_ref_surface
;
member in struct:context_MPEG2_s
719
ctx->
backward_ref_surface
= NULL;
724
ctx->
backward_ref_surface
= NULL;
732
ctx->
backward_ref_surface
= SURFACE(ctx->pic_params->backward_reference_picture);
734
(NULL == ctx->
backward_ref_surface
)) {
[
all
...]
psb_VC1.c
762
ctx->
backward_ref_surface
= NULL;
767
ctx->
backward_ref_surface
= SURFACE(pic_params->backward_reference_picture);
775
if (NULL == ctx->
backward_ref_surface
) {
777
ctx->
backward_ref_surface
= ctx->decoded_surface;
784
drv_debug_msg(VIDEO_DEBUG_GENERAL, "Backwrd ref = %08x ID = %08x\n", ctx->
backward_ref_surface
? ctx->
backward_ref_surface
->psb_surface : 0, pic_params->backward_reference_picture);
[
all
...]
psb_H264.c
116
object_surface_p
backward_ref_surface
;
member in struct:context_H264_s
[
all
...]
/hardware/intel/img/psb_video/src/
pnw_MPEG4.c
1108
object_surface_p
backward_ref_surface
;
member in struct:context_MPEG4_s
[
all
...]
pnw_MPEG2.c
494
object_surface_p
backward_ref_surface
;
member in struct:context_MPEG2_s
736
ctx->
backward_ref_surface
= NULL;
741
ctx->
backward_ref_surface
= NULL;
749
ctx->
backward_ref_surface
= SURFACE(ctx->pic_params->backward_reference_picture);
751
(NULL == ctx->
backward_ref_surface
)) {
[
all
...]
pnw_VC1.c
768
ctx->
backward_ref_surface
= NULL;
773
ctx->
backward_ref_surface
= SURFACE(pic_params->backward_reference_picture);
779
if (ctx->
backward_ref_surface
)
780
ctx->backward_ref_fcm = GET_SURFACE_INFO_picture_coding_type(ctx->
backward_ref_surface
->psb_surface);
787
if (NULL == ctx->
backward_ref_surface
) {
789
ctx->
backward_ref_surface
= ctx->decoded_surface;
796
drv_debug_msg(VIDEO_DEBUG_GENERAL, "Backwrd ref = %08x ID = %08x\n", ctx->
backward_ref_surface
? ctx->
backward_ref_surface
->psb_surface : 0, pic_params->backward_reference_picture);
[
all
...]
vc1_header.h
206
object_surface_p
backward_ref_surface
;
member in struct:context_VC1_s
pnw_H264.c
131
object_surface_p
backward_ref_surface
;
member in struct:context_H264_s
[
all
...]
Completed in 585 milliseconds