| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_parser.c | 294 const AV1RawFrameHeader *header = s->raw_frame_header; in global_motion_params() local 305 if (header->frame_type == AV1_FRAME_KEY || in global_motion_params() 306 header->frame_type == AV1_FRAME_INTRA_ONLY) in global_motion_params() 314 if (header->is_global[ref]) { in global_motion_params() 315 if (header->is_rot_zoom[ref]) { in global_motion_params() 318 type = header->is_translation[ref] ? AV1_WARP_MODEL_TRANSLATION in global_motion_params() 370 const AV1RawFrameHeader *header = s->raw_frame_header; in skip_mode_params() local 378 if (!header->skip_mode_present) in skip_mode_params() 386 ref_hint = s->ref[header->ref_frame_idx[i]].order_hint; in skip_mode_params() 387 dist = get_relative_dist(seq, ref_hint, header->order_hint); in skip_mode_params() [all …]
|
| H A D | av1d_cbs.c | 2236 CHECK(mpp_av1_frame_header_obu(ctx, gb, ¤t->header, in mpp_av1_frame_obu() 2739 AV1RawOBUHeader header; in mpp_av1_split_fragment() local 2744 err = mpp_av1_read_obu_header(ctx, &gbc, &header); in mpp_av1_split_fragment() 2748 if (header.obu_has_size_field) { in mpp_av1_split_fragment() 2759 obu_size = size - 1 - header.obu_extension_flag; in mpp_av1_split_fragment() 2773 err = mpp_insert_unit_data(frag, -1, header.obu_type, in mpp_av1_split_fragment() 2838 err = mpp_av1_read_obu_header(ctx, &gbc, &obu->header); in mpp_av1_read_unit() 2841 mpp_assert(obu->header.obu_type == unit->type); in mpp_av1_read_unit() 2843 if (obu->header.obu_has_size_field) { in mpp_av1_read_unit() 2850 if (unit->data_size < (RK_U32)(1 + obu->header.obu_extension_flag)) { in mpp_av1_read_unit() [all …]
|
| H A D | CMakeLists.txt | 9 # AV1 decoder header
|
| /rockchip-linux_mpp/ |
| H A D | readme.txt | 9 1. header file arrange rule 11 b. module internal header file should be put along with the implement file. 12 c. header file should not contain any relative path or absolute path, all 18 3. header file include order 20 b. system header 21 c. osal header 22 d. module header 65 |----- inc header file for external usage, including 66 | platform header and mpi header 81 | | |----- inc header files provided by codec module for [all …]
|
| /rockchip-linux_mpp/mpp/codec/dec/mpg4/ |
| H A D | mpg4d_parser.c | 423 static void init_mpg4_hdr_vol(Mpg4Hdr *header) in init_mpg4_hdr_vol() argument 425 memset(&header->vol, 0, sizeof(header->vol)); in init_mpg4_hdr_vol() 426 header->vol.ver_id = 1; in init_mpg4_hdr_vol() 429 static void init_mpg4_hdr_vop(Mpg4Hdr *header) in init_mpg4_hdr_vop() argument 431 memset(&header->vop, 0, sizeof(header->vop)); in init_mpg4_hdr_vop() 432 header->vop.coding_type = MPEG4_INVALID_VOP; in init_mpg4_hdr_vop() 435 static void init_mpg4_header(Mpg4Hdr *header) in init_mpg4_header() argument 437 init_mpg4_hdr_vol(header); in init_mpg4_header() 438 header->usr.packed_mode = 0; in init_mpg4_header() 439 init_mpg4_hdr_vop(header); in init_mpg4_header() [all …]
|
| /rockchip-linux_mpp/mpp/codec/enc/dummy/ |
| H A D | CMakeLists.txt | 8 # dummy decoder header
|
| /rockchip-linux_mpp/mpp/codec/dec/dummy/ |
| H A D | CMakeLists.txt | 8 # dummy decoder header
|
| /rockchip-linux_mpp/debian/ |
| H A D | changelog | 133 * [mpp]: move header files into header directory 235 * utils: move the header files to common include directories 241 * mpp: move header files into header directory
|
| /rockchip-linux_mpp/mpp/hal/dummy/ |
| H A D | CMakeLists.txt | 9 # hal dummy header
|
| /rockchip-linux_mpp/mpp/codec/dec/avs/ |
| H A D | CMakeLists.txt | 12 # avs decoder header
|
| /rockchip-linux_mpp/mpp/codec/dec/vp9/ |
| H A D | CMakeLists.txt | 9 # vp9 decoder header
|
| /rockchip-linux_mpp/mpp/codec/dec/vp8/ |
| H A D | CMakeLists.txt | 9 #vp8 decoder header
|
| /rockchip-linux_mpp/mpp/hal/vpu/h264e/ |
| H A D | CMakeLists.txt | 7 # hal h264 header
|
| /rockchip-linux_mpp/mpp/hal/rkdec/avs2d/ |
| H A D | CMakeLists.txt | 7 # hal avs2 header
|
| /rockchip-linux_mpp/mpp/codec/dec/m2v/ |
| H A D | CMakeLists.txt | 12 # m2v decoder header
|
| /rockchip-linux_mpp/mpp/hal/vpu/vp8d/ |
| H A D | CMakeLists.txt | 10 # hal vp8 header
|
| /rockchip-linux_mpp/mpp/hal/rkenc/jpege/ |
| H A D | CMakeLists.txt | 6 # hal jpeg header
|
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | CMakeLists.txt | 12 # h264 encoder header
|
| /rockchip-linux_mpp/mpp/codec/dec/avs2/ |
| H A D | CMakeLists.txt | 12 # avs2 decoder header
|
| /rockchip-linux_mpp/mpp/hal/vpu/m2vd/ |
| H A D | CMakeLists.txt | 10 #hal m2v header
|
| /rockchip-linux_mpp/mpp/hal/rkdec/avsd/ |
| H A D | CMakeLists.txt | 7 # hal avs header
|
| /rockchip-linux_mpp/mpp/hal/common/h265/ |
| H A D | CMakeLists.txt | 6 # hal h265 header
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | CMakeLists.txt | 9 # hal h264 header
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | CMakeLists.txt | 8 # hal h265 header
|
| /rockchip-linux_mpp/tools/ |
| H A D | astylerc | 20 --pad-header
|