Searched refs:profile_idc (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_ps.c328 int profile_idc, level_idc, constraint_set_flags = 0; local
333 profile_idc = get_bits(&h->gb, 8);
354 sps->profile_idc = profile_idc;
364 if (sps->profile_idc == 100 || // High profile
365 sps->profile_idc == 110 || // High10 profile
366 sps->profile_idc == 122 || // High422 profile
367 sps->profile_idc == 244 || // High444 Predictive profile
368 sps->profile_idc == 44 || // Cavlc444 profile
369 sps->profile_idc
592 int profile_idc = sps->profile_idc; local
[all...]
H A Dhevc_ps.c203 ptl->profile_idc = get_bits(gb, 5);
204 if (ptl->profile_idc == FF_PROFILE_HEVC_MAIN)
206 else if (ptl->profile_idc == FF_PROFILE_HEVC_MAIN_10)
208 else if (ptl->profile_idc == FF_PROFILE_HEVC_MAIN_STILL_PICTURE)
210 else if (ptl->profile_idc == FF_PROFILE_HEVC_REXT)
213 av_log(s->avctx, AV_LOG_WARNING, "Unknown HEVC profile: %d\n", ptl->profile_idc);
1289 if (sps->ptl.general_ptl.profile_idc == FF_PROFILE_HEVC_REXT && pps_range_extensions_flag) {
H A Dh264_mb.c632 if (transform_bypass && h->sps.profile_idc == 244 && dir <= 1) {
663 if (transform_bypass && h->sps.profile_idc == 244 && dir <= 1) {
742 if (h->sps.profile_idc == 244 &&
H A Dh264.h175 int profile_idc; member in struct:SPS
H A Dh264_mb_template.c197 if (IS_INTRA(mb_type) && h->sps.profile_idc == 244 &&
H A Dhevc.h355 uint8_t profile_idc; member in struct:PTLCommon
H A Dh264.c1202 * Compute profile from profile_idc and constraint_set?_flags.
1210 int profile = sps->profile_idc;
1212 switch (sps->profile_idc) {
H A Dhevc.c412 s->avctx->profile = s->sps->ptl.general_ptl.profile_idc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec_h264.c50 uint8_t profile_idc; member in struct:PayloadContext
93 uint8_t profile_idc; local
100 profile_idc = strtol(buffer, NULL, 16);
110 profile_idc, profile_iop, level_idc);
111 h264_data->profile_idc = profile_idc;
H A Dhevc.c64 uint8_t profile_idc; member in struct:HVCCProfileTierLevel
109 hvcc->general_profile_idc = FFMAX(hvcc->general_profile_idc, ptl->profile_idc);
135 general_ptl.profile_idc = get_bits(gb, 5);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec_h264.c59 uint8_t profile_idc; ///< from the sdp setup parameters. member in struct:PayloadContext
96 uint8_t profile_idc; local
101 profile_idc = strtol(buffer, NULL, 16);
110 profile_idc, profile_iop, level_idc);
111 h264_data->profile_idc = profile_idc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_ps.c305 int profile_idc, level_idc, constraint_set_flags = 0; local
310 profile_idc= get_bits(&s->gb, 8);
328 sps->profile_idc= profile_idc;
336 if (sps->profile_idc == 100 || sps->profile_idc == 110 ||
337 sps->profile_idc == 122 || sps->profile_idc == 244 ||
338 sps->profile_idc == 44 || sps->profile_idc
[all...]
H A Dh264.h154 int profile_idc; member in struct:SPS
H A Dh264.c1764 if(transform_bypass && h->sps.profile_idc==244 && dir<=1){
1790 if(transform_bypass && h->sps.profile_idc==244 && dir<=1){
1856 if(h->sps.profile_idc==244 && (h->intra16x16_pred_mode==VERT_PRED8x8 || h->intra16x16_pred_mode==HOR_PRED8x8)){
2048 if(IS_INTRA(mb_type) && h->sps.profile_idc==244 && (h->chroma_pred_mode==VERT_PRED8x8 || h->chroma_pred_mode==HOR_PRED8x8)){
2600 * Compute profile from profile_idc and constraint_set?_flags.
2608 int profile = sps->profile_idc;
2610 switch(sps->profile_idc) {

Completed in 113 milliseconds