search for: field_pic_flag

Displaying 7 results from an estimated 7 matches for "field_pic_flag".

2013 Dec 08
2
[PATCH 1/3] nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)
Create the ref_bo without any storage type flags set for now. The issue probably arises from our use of the additional buffer space at the end of the ref_bo. It should probably be split up in the future. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> Tested-by: Martin Peres <martin.peres at labri.fr> Cc: "10.0" <mesa-stable at lists.freedesktop.org> ---
2013 Aug 11
10
[PATCH 00/10] Add support for MPEG2 and VC-1 on VP3/VP4 for NV98-NVAF
As it turns out, with the proprietary firmware, the VP3 and VP4 interfaces are identical. Furthermore, this is all already implemented for nvc0. So these patches (a) move the easily sharable bits of the nvc0 implementation into the nouveau directory, and then (b) implement the other parts in nv50. The non-shared parts are still largely copies, but there are some differences, not the least of which
2013 Jun 30
0
[PATCH v2] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...uint32_t u00; // 00 + uint32_t field_is_ref; // 04 // bit0: top, bit1: bottom + uint8_t is_long_term; // 08 + uint8_t non_existing; // 09 + uint32_t frame_idx; // 0c + uint32_t field_order_cnt[2]; // 10 + uint32_t mvidx; // 18 + uint8_t field_pic_flag; // 1c + // 20 + } refs[0x10]; // 1e0 + } ipicparm; // 150 +}; + +int +nv84_decoder_bsp(struct nv84_decoder *dec, + struct pipe_h264_picture_desc *desc, + unsigned num_buffers, + const void *const *data, + const unsigned...
2013 Jun 27
4
[PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...uint32_t u00; // 00 + uint32_t field_is_ref; // 04 // bit0: top, bit1: bottom + uint8_t is_long_term; // 08 + uint8_t non_existing; // 09 + uint32_t frame_idx; // 0c + uint32_t field_order_cnt[2]; // 10 + uint32_t mvidx; // 18 + uint8_t field_pic_flag; // 1c + // 20 + } refs[0x10]; // 1e0 + } ipicparm; // 150 +}; + +int +nv84_decoder_bsp(struct nv84_decoder *dec, + struct pipe_h264_picture_desc *desc, + unsigned num_buffers, + const void *const *data, + const unsigned...
2013 Dec 07
1
H.264 engine differences between fermi and tesla cards
...1 : 1; // 1 0x02: into vuc ofs 56 -> direct_8x8_inference_flag > unsigned weighted_pred_flag : 1; // 2 0x04 > unsigned f3 : 1; // 3 0x08: into vuc ofs 68 -> constrained_intra_pred_flag > unsigned is_reference : 1; // 4 > unsigned interlace : 1; // 5 field_pic_flag > unsigned bottom_field_flag : 1; // 6 > unsigned f7 : 1; // 7 0x80: nfi yet -> second_field (second field of complementary reference field) > > signed log2_max_frame_num_minus4 : 4; // 31 0..3 > unsigned u31_45 : 2; // 31 4..5 -> chroma_format_i...
2013 Nov 30
2
H.264 engine differences between fermi and tesla cards
On Thu, Nov 21, 2013 at 5:22 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > On Thu, Nov 21, 2013 at 5:07 PM, Benjamin Morris <bmorris at nvidia.com> wrote: >> On 11/19/2013 08:16 PM, Ilia Mirkin wrote: >>> Hello, >>> >>> I hope this is an appropriate style of request for this forum. I added >>> code to support video decoding on the tesla
2013 Dec 07
0
H.264 engine differences between fermi and tesla cards
...size something? -> MbaffFrameFlag unsigned f1 : 1; // 1 0x02: into vuc ofs 56 -> direct_8x8_inference_flag unsigned weighted_pred_flag : 1; // 2 0x04 unsigned f3 : 1; // 3 0x08: into vuc ofs 68 -> constrained_intra_pred_flag unsigned is_reference : 1; // 4 unsigned interlace : 1; // 5 field_pic_flag unsigned bottom_field_flag : 1; // 6 unsigned f7 : 1; // 7 0x80: nfi yet -> second_field (second field of complementary reference field) signed log2_max_frame_num_minus4 : 4; // 31 0..3 unsigned u31_45 : 2; // 31 4..5 -> chroma_format_idc unsigned pic_order_cnt_type : 2; // 31 6..7 sig...