Searched refs:rvce_cpb_slot (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | radeon_vce.c | 102 struct rvce_cpb_slot *slot = &enc->cpb_array[i]; in reset_cpb() 116 struct rvce_cpb_slot *i, *l0 = NULL, *l1 = NULL; in sort_cpb() 201 struct rvce_cpb_slot *current_slot(struct rvce_encoder *enc) in current_slot() 203 return LIST_ENTRY(struct rvce_cpb_slot, enc->cpb_slots.prev, list); in current_slot() 209 struct rvce_cpb_slot *l0_slot(struct rvce_encoder *enc) in l0_slot() 211 return LIST_ENTRY(struct rvce_cpb_slot, enc->cpb_slots.next, list); in l0_slot() 217 struct rvce_cpb_slot *l1_slot(struct rvce_encoder *enc) in l1_slot() 219 return LIST_ENTRY(struct rvce_cpb_slot, enc->cpb_slots.next->next, list); in l1_slot() 225 void rvce_frame_offset(struct rvce_encoder *enc, struct rvce_cpb_slot *slot, in rvce_frame_offset() 333 struct rvce_cpb_slot *slot = LIST_ENTRY( in rvce_end_frame() [all …]
|
D | radeon_vce.h | 59 struct rvce_cpb_slot { struct 401 struct rvce_cpb_slot *cpb_array; 420 struct rvce_cpb_slot *current_slot(struct rvce_encoder *enc); 421 struct rvce_cpb_slot *l0_slot(struct rvce_encoder *enc); 422 struct rvce_cpb_slot *l1_slot(struct rvce_encoder *enc); 423 void rvce_frame_offset(struct rvce_encoder *enc, struct rvce_cpb_slot *slot,
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vce.c | 96 struct rvce_cpb_slot *slot = &enc->cpb_array[i]; in reset_cpb() 110 struct rvce_cpb_slot *i, *l0 = NULL, *l1 = NULL; in sort_cpb() 195 struct rvce_cpb_slot *si_current_slot(struct rvce_encoder *enc) in si_current_slot() 197 return LIST_ENTRY(struct rvce_cpb_slot, enc->cpb_slots.prev, list); in si_current_slot() 203 struct rvce_cpb_slot *si_l0_slot(struct rvce_encoder *enc) in si_l0_slot() 205 return LIST_ENTRY(struct rvce_cpb_slot, enc->cpb_slots.next, list); in si_l0_slot() 211 struct rvce_cpb_slot *si_l1_slot(struct rvce_encoder *enc) in si_l1_slot() 213 return LIST_ENTRY(struct rvce_cpb_slot, enc->cpb_slots.next->next, list); in si_l1_slot() 219 void si_vce_frame_offset(struct rvce_encoder *enc, struct rvce_cpb_slot *slot, in si_vce_frame_offset() 332 struct rvce_cpb_slot *slot = LIST_ENTRY( in rvce_end_frame() [all …]
|
D | radeon_vce.h | 53 struct rvce_cpb_slot { struct 395 struct rvce_cpb_slot *cpb_array; 414 struct rvce_cpb_slot *si_current_slot(struct rvce_encoder *enc); 415 struct rvce_cpb_slot *si_l0_slot(struct rvce_encoder *enc); 416 struct rvce_cpb_slot *si_l1_slot(struct rvce_encoder *enc); 417 void si_vce_frame_offset(struct rvce_encoder *enc, struct rvce_cpb_slot *slot,
|
D | radeon_vce_50.c | 170 struct rvce_cpb_slot *l0 = si_l0_slot(enc); in encode() 196 struct rvce_cpb_slot *l1 = si_l1_slot(enc); in encode()
|
D | radeon_vce_40_2_2.c | 360 struct rvce_cpb_slot *l0 = si_l0_slot(enc); in encode() 386 struct rvce_cpb_slot *l1 = si_l1_slot(enc); in encode()
|
D | radeon_vce_52.c | 322 struct rvce_cpb_slot *l0 = si_l0_slot(enc); in encode() 359 struct rvce_cpb_slot *l1 = si_l1_slot(enc); in encode()
|