HomeSort by relevance Sort by last modified time
    Searched full:picture_coding_type (Results 1 - 17 of 17) sorted by null

  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2MC.c 106 uint32_t picture_coding_type; member in struct:context_MPEG2MC_s
232 (PICTURE_CODING_P == ctx->picture_coding_type)) { /* Top field of this frame */
242 (PICTURE_CODING_P == ctx->picture_coding_type)) { /* Top field of this frame */
257 (PICTURE_CODING_P == ctx->picture_coding_type)) { /* Top field of this frame */
267 (PICTURE_CODING_P == ctx->picture_coding_type)) { /* Top field of this frame */
497 ASSERT((0 != ctx->picture_coding_type) && (4 != ctx->picture_coding_type));
597 if (PICTURE_CODING_I == ctx->picture_coding_type) {
634 pict_libva2msvdx[ctx->picture_coding_type]);
    [all...]
psb_MPEG2.c 716 switch (ctx->pic_params->picture_coding_type) {
793 REGIO_WRITE_FIELD_LITE(ctx->FE_PPS1, MSVDX_VEC_MPEG2, CR_VEC_MPEG2_FE_PPS1, FE_PICTURE_CODING_TYPE, ctx->pic_params->picture_coding_type);
814 REGIO_WRITE_FIELD_LITE(ctx->BE_PPS2, MSVDX_VEC_MPEG2, CR_VEC_MPEG2_BE_PPS2, BE_PICTURE_CODING_TYPE, ctx->pic_params->picture_coding_type);
    [all...]
lnc_hostheader.c     [all...]
  /hardware/intel/img/psb_video/src/
pnw_MPEG2.c 62 /* A special syntax is defined for D-pictures (picture_coding_type = 4). D-pictures are like I-pictures with only Intra-DC coefficients,
690 switch (ctx->pic_params->picture_coding_type) {
772 REGIO_WRITE_FIELD_LITE(ctx->FE_PPS1, MSVDX_VEC_MPEG2, CR_VEC_MPEG2_FE_PPS1, FE_PICTURE_CODING_TYPE, ctx->pic_params->picture_coding_type);
793 REGIO_WRITE_FIELD_LITE(ctx->BE_PPS2, MSVDX_VEC_MPEG2, CR_VEC_MPEG2_BE_PPS2, BE_PICTURE_CODING_TYPE, ctx->pic_params->picture_coding_type);
    [all...]
tng_hostheader.c     [all...]
pnw_hostheader.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_video_state.h 123 unsigned picture_coding_type; member in struct:pipe_mpeg12_picture_desc
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 123 unsigned picture_coding_type; member in struct:pipe_mpeg12_picture_desc
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
decode.c 210 picture->picture_coding_type = picture_info->picture_coding_type;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 210 picture->picture_coding_type = picture_info->picture_coding_type;
  /hardware/intel/common/libva/test/decode/
mpeg2vldemo.cpp 80 picture_coding_type:1,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 835 switch (bs->desc->picture_coding_type) {
879 if (inc > 1 && bs->desc->picture_coding_type == PIPE_MPEG12_PICTURE_CODING_TYPE_P)
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 835 switch (bs->desc->picture_coding_type) {
879 if (inc > 1 && bs->desc->picture_coding_type == PIPE_MPEG12_PICTURE_CODING_TYPE_P)
  /external/chromium_org/third_party/libva/va/
va.h 1111 int picture_coding_type; member in struct:_VAPictureParameterBufferMPEG2
    [all...]
  /hardware/intel/common/libva/va/
va.h 1731 int picture_coding_type; member in struct:_VAPictureParameterBufferMPEG2
    [all...]
va_trace.c 814 va_TraceMsg(trace_ctx,"\tpicture coding type= %d\n", p->picture_coding_type);
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp     [all...]

Completed in 4677 milliseconds