Data Fields | |
| Coeff * | next_coeff |
| int | first_pixel |
| uint16_t | macroblock |
| uint8_t | coding_method |
| int8_t | motion_x |
| int8_t | motion_y |
Definition at line 53 of file vp3.c.
| uint8_t Vp3Fragment::coding_method |
Definition at line 60 of file vp3.c.
Referenced by apply_loop_filter(), render_slice(), reverse_dc_prediction(), unpack_modes(), and unpack_superblocks().
Definition at line 57 of file vp3.c.
Referenced by apply_loop_filter(), render_slice(), and vp3_calculate_pixel_addresses().
| uint16_t Vp3Fragment::macroblock |
| int8_t Vp3Fragment::motion_x |
Definition at line 61 of file vp3.c.
Referenced by init_frame(), render_slice(), and unpack_vectors().
| int8_t Vp3Fragment::motion_y |
Definition at line 62 of file vp3.c.
Referenced by init_frame(), render_slice(), and unpack_vectors().
Definition at line 54 of file vp3.c.
Referenced by init_frame(), unpack_superblocks(), and unpack_vlcs().
1.5.8