Searched refs:deblocking_filter_control_present_flag (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dinit.cpp331 picParam->deblocking_filter_control_present_flag = (encParam->db_filter == AVC_ON) ? TRUE : FALSE ;
452 picParam->deblocking_filter_control_present_flag = extP->deblocking_filter_control_present_flag;
467 if (picParam->deblocking_filter_control_present_flag == TRUE)
871 if (currPPS->deblocking_filter_control_present_flag == TRUE)
H A Dheader.cpp306 temp = picParam->deblocking_filter_control_present_flag << 2;
463 if (currPPS->deblocking_filter_control_present_flag)
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h274 M4OSA_Bool deblocking_filter_control_present_flag; member in struct:__anon299
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h374 uint deblocking_filter_control_present_flag; /* u(1) */ member in struct:tagPicParamSet
445 /* if(deblocking_filter_control_present_flag)*/
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c1279 pps->deblocking_filter_control_present_flag =

Completed in 105 milliseconds