Home
last modified time | relevance | path

Searched refs:RELOC_MSG (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_cmdbuf.c673 RELOC_MSG(deblock_msg->address_a0, buf_a->buffer_ofs, buf_a); in psb_context_submit_hw_deblock()
674 RELOC_MSG(deblock_msg->address_a1, buf_a->buffer_ofs + chroma_offset_a, buf_a); in psb_context_submit_hw_deblock()
676 RELOC_MSG(deblock_msg->address_b0, buf_b->buffer_ofs, buf_b); in psb_context_submit_hw_deblock()
677 RELOC_MSG(deblock_msg->address_b1, buf_b->buffer_ofs + chroma_offset_b, buf_b); in psb_context_submit_hw_deblock()
680 RELOC_MSG(deblock_msg->mb_param_address, colocate_buffer->buffer_ofs, colocate_buffer); in psb_context_submit_hw_deblock()
720 RELOC_MSG(deblock_msg->address_a0, buf_a->buffer_ofs, buf_a); in psb_context_submit_host_be_opp()
721 RELOC_MSG(deblock_msg->address_a1, buf_a->buffer_ofs + chroma_offset_a, buf_a); in psb_context_submit_host_be_opp()
722 RELOC_MSG(deblock_msg->address_b0, buf_b->buffer_ofs, buf_b); in psb_context_submit_host_be_opp()
723 RELOC_MSG(deblock_msg->address_b1, buf_b->buffer_ofs + chroma_offset_b, buf_b); in psb_context_submit_host_be_opp()
787 RELOC_MSG(*(msg + (FW_DEVA_DECODE_LLDMA_ADDRESS_OFFSET / sizeof(uint32_t))), in psb_context_submit_cmdbuf()
Dpsb_cmdbuf.h158 #define RELOC_MSG(dest, offset, buf) psb_cmdbuf_add_relocation(cmdbuf, (uint32_t*) &dest, buf, o… macro
Dpnw_H264.c907RELOC_MSG(extract_msg->src, frame_obj_buffer->psb_buffer->buffer_ofs, frame_obj_buffer->psb_buffer… in psb__H264_process_slice_header_group()
908RELOC_MSG(extract_msg->dst, slice_header_obj_buffer->psb_buffer->buffer_ofs, slice_header_obj_buff… in psb__H264_process_slice_header_group()