Home
last modified time | relevance | path

Searched refs:rvce_cpb_slot (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vce.c101 struct rvce_cpb_slot *slot = &enc->cpb_array[i]; in reset_cpb()
115 struct rvce_cpb_slot *i, *l0 = NULL, *l1 = NULL; in sort_cpb()
200 struct rvce_cpb_slot *current_slot(struct rvce_encoder *enc) in current_slot()
202 return LIST_ENTRY(struct rvce_cpb_slot, enc->cpb_slots.prev, list); in current_slot()
208 struct rvce_cpb_slot *l0_slot(struct rvce_encoder *enc) in l0_slot()
210 return LIST_ENTRY(struct rvce_cpb_slot, enc->cpb_slots.next, list); in l0_slot()
216 struct rvce_cpb_slot *l1_slot(struct rvce_encoder *enc) in l1_slot()
218 return LIST_ENTRY(struct rvce_cpb_slot, enc->cpb_slots.next->next, list); in l1_slot()
224 void rvce_frame_offset(struct rvce_encoder *enc, struct rvce_cpb_slot *slot, in rvce_frame_offset()
330 struct rvce_cpb_slot *slot = LIST_ENTRY( in rvce_end_frame()
[all …]
Dradeon_vce.h59 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,
Dradeon_vce_50.c176 struct rvce_cpb_slot *l0 = l0_slot(enc); in encode()
202 struct rvce_cpb_slot *l1 = l1_slot(enc); in encode()
Dradeon_vce_40_2_2.c366 struct rvce_cpb_slot *l0 = l0_slot(enc); in encode()
392 struct rvce_cpb_slot *l1 = l1_slot(enc); in encode()
Dradeon_vce_52.c300 struct rvce_cpb_slot *l0 = l0_slot(enc); in encode()
337 struct rvce_cpb_slot *l1 = l1_slot(enc); in encode()