Searched refs:chr (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | chv_filter.cpp | 181 int chr, in CombinedHorzVertFilter() argument 206 if (!chr) in CombinedHorzVertFilter() 223 if (chr) QP = QP_store[jVal0]; in CombinedHorzVertFilter() 339 if (chr) QP = QP_store[jVal0]; in CombinedHorzVertFilter() 458 int chr, in CombinedHorzVertFilter_NoSoftDeblocking() argument 483 if (!chr) in CombinedHorzVertFilter_NoSoftDeblocking() 500 if (chr) QP = QP_store[jVal0]; in CombinedHorzVertFilter_NoSoftDeblocking() 578 if (chr) QP = QP_store[jVal0]; in CombinedHorzVertFilter_NoSoftDeblocking()
|
D | chvr_filter.cpp | 28 int chr, in CombinedHorzVertRingFilter() argument 74 if (!chr) in CombinedHorzVertRingFilter() 107 if (chr) in CombinedHorzVertRingFilter() 266 if (chr) in CombinedHorzVertRingFilter() 435 if (chr) in CombinedHorzVertRingFilter() 519 if (chr) in CombinedHorzVertRingFilter()
|
D | mp4dec_lib.h | 283 …void H263_Deblock(uint8 *rec, int width, int height, int16 *QP_store, uint8 *mode, int chr, int … 296 int chr, uint8 *pp_mod); 298 int chr, uint8 *pp_mod); 300 int16 *QP_store, int chr, uint8 *pp_mod);
|
D | post_filter.cpp | 181 int chr, int annex_T) in H263_Deblock() argument 194 if (chr) in H263_Deblock() 210 if (!chr) in H263_Deblock() 396 if (!chr) in H263_Deblock()
|
/frameworks/ex/common/tools/ |
D | make-iana-tld-pattern.py | 117 output += getBucket(buckets, chr(letter)).dump(isWebUrl=isWebUrl)
|
/frameworks/base/tools/preload/ |
D | sorttable.js | 467 Array.forEach(string.split(""), function(chr, index) { argument 468 block.call(context, chr, index, string);
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 4643 char16_t chr = 0; in collectString() local 4661 chr = (chr<<4) | c; in collectString() 4663 tmp.append(String16(&chr, 1)); in collectString()
|