HomeSort by relevance Sort by last modified time
    Searched refs:ps_buf (Results 1 - 8 of 8) sorted by null

  /hardware/intel/img/psb_video/src/
tng_MPEG4ES.c 312 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
332 ps_buf->ref_surface[0] = ps_buf->ref_surface[2] = SURFACE(psPicParams->reference_picture);
333 ps_buf->ref_surface[1] = ps_buf->ref_surface[3] = SURFACE(psPicParams->reconstructed_picture);
335 ps_buf->ref_surface[0]->is_ref_surface = ps_buf->ref_surface[2]->is_ref_surface = 1;
336 ps_buf->ref_surface[1]->is_ref_surface = ps_buf->ref_surface[3]->is_ref_surface = 1;
338 ps_buf->ref_surface = SURFACE(psPicParams->reference_picture)
    [all...]
tng_H263ES.c 296 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
320 ps_buf->ref_surface[0] = ps_buf->ref_surface[2] = SURFACE(psPicParams->reference_picture);
321 ps_buf->ref_surface[1] = ps_buf->ref_surface[3] = SURFACE(psPicParams->reconstructed_picture);
323 ps_buf->ref_surface[0]->is_ref_surface = ps_buf->ref_surface[2]->is_ref_surface = 1;
324 ps_buf->ref_surface[1]->is_ref_surface = ps_buf->ref_surface[3]->is_ref_surface = 1;
326 ps_buf->ref_surface = SURFACE(psPicParams->reference_picture)
    [all...]
tng_H264ES.c 790 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf[ctx->ui32StreamID]);
812 ps_buf->ref_surface = SURFACE(psPicParams->ReferenceFrames[0].picture_id);
813 ps_buf->coded_buf = BUFFER(psPicParams->coded_buf);
817 ps_buf->rec_surface = SURFACE(psPicParams->CurrPic.picture_id);
819 ps_buf->ref_surface[i] = SURFACE(psPicParams->ReferenceFrames[i].picture_id);
820 ps_buf->coded_buf = BUFFER(psPicParams->coded_buf);
824 if (NULL == ps_buf->coded_buf) {
875 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
    [all...]
tng_picmgmt.c 348 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
349 object_buffer_p object_buffer = ps_buf->coded_buf;
583 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
588 object_surface_p src_surface = ps_buf->src_surface;
707 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
708 object_surface_p rec_surface = ps_buf->rec_surface;
731 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
732 object_surface_p ref_surface = ps_buf->ref_surface[ui32refindex];
737 ref_surface = ps_buf->ref_surface;
741 ref_surface = ps_buf->ref_surface1
    [all...]
tng_jpegES.c 919 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
1147 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
1274 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
1417 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
    [all...]
tng_cmdbuf.c 724 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
726 if (ctx && ps_buf->previous_src_surface) {
727 SET_SURFACE_INFO_skipped_flag(ps_buf->previous_src_surface->psb_surface, 1);
729 ps_buf->previous_src_surface->psb_surface);
tng_hostcode.c 836 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
2591 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
3045 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
3594 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf); local
    [all...]
  /external/libmpeg2/decoder/
impeg2d_mc.c 108 void impeg2d_motion_comp(dec_state_t *ps_dec, mb_mc_params_t *ps_params,yuv_buf_t *ps_buf)
116 ps_buf->pu1_y + ps_params->s_luma.u4_dst_offset_res_buf,
123 ps_buf->pu1_u + ps_params->s_chroma.u4_dst_offset_res_buf,
131 ps_buf->pu1_v + ps_params->s_chroma.u4_dst_offset_res_buf,
    [all...]

Completed in 107 milliseconds