Searched defs:BuffInfo_s (Results 1 – 5 of 5) sorted by relevance
242 struct BuffInfo_s { struct243 u32 lev_id;244 u32 min_buffsize;245 u32 max_width;246 u32 max_height;247 struct Buff_s dct;248 struct Buff_s dec0_y;249 struct Buff_s dec0_uv;250 struct Buff_s dec1_y;251 struct Buff_s dec1_uv;[all …]
555 struct BuffInfo_s { struct556 u32 max_width;557 u32 max_height;558 u32 start_adr;559 u32 end_adr;560 struct buff_s ipp;561 struct buff_s sao_abv;562 struct buff_s sao_vb;563 struct buff_s short_term_rps;564 struct buff_s rcs;[all …]
70 typedef struct BuffInfo_s struct72 uint32_t max_width;73 uint32_t max_height;74 uint32_t start_adr;75 uint32_t end_adr;76 buff_t ipp;77 buff_t sao_abv;78 buff_t sao_vb;79 buff_t short_term_rps;80 buff_t vps;[all …]
912 struct BuffInfo_s { struct913 u32 max_width;914 u32 max_height;915 u32 start_adr;916 u32 end_adr;917 struct buff_s ipp;918 struct buff_s sao_abv;919 struct buff_s sao_vb;920 struct buff_s short_term_rps;921 struct buff_s vps;[all …]
876 struct BuffInfo_s { struct877 u32 max_width;878 u32 max_height;879 unsigned int start_adr;880 unsigned int end_adr;881 struct buff_s ipp;905 static struct BuffInfo_s amvh265_workbuff_spec[WORK_BUF_SPEC_NUM] = { argument