type 217 source/common/common.h #define X265_MALLOC(type, count) (type*)x265_malloc(sizeof(type) * (count)) type 220 source/common/common.h #define CHECKED_MALLOC(var, type, count) \ type 222 source/common/common.h var = (type*)x265_malloc(sizeof(type) * (count)); \ type 225 source/common/common.h x265_log(NULL, X265_LOG_ERROR, "malloc of size %d failed\n", sizeof(type) * (count)); \ type 229 source/common/common.h #define CHECKED_MALLOC_ZERO(var, type, count) \ type 231 source/common/common.h var = (type*)x265_malloc(sizeof(type) * (count)); \ type 233 source/common/common.h memset((void*)var, 0, sizeof(type) * (count)); \ type 236 source/common/common.h x265_log(NULL, X265_LOG_ERROR, "malloc of size %d failed\n", sizeof(type) * (count)); \ type 667 source/common/pixel.cpp type fs1 = (type)s1; type 668 source/common/pixel.cpp type fs2 = (type)s2; type 669 source/common/pixel.cpp type fss = (type)ss; type 670 source/common/pixel.cpp type fs12 = (type)s12; type 671 source/common/pixel.cpp type vars = (type)(fss * 64 - fs1 * fs1 - fs2 * fs2); type 672 source/common/pixel.cpp type covar = (type)(fs12 * 64 - fs1 * fs2); type 624 source/common/x86/asm-primitives.cpp #define LUMA_CU_BLOCKCOPY(type, cpu) \ type 625 source/common/x86/asm-primitives.cpp p.cu[BLOCK_4x4].copy_ ## type = PFX(blockcopy_ ## type ## _4x4_ ## cpu); \ type 626 source/common/x86/asm-primitives.cpp ALL_LUMA_CU(copy_ ## type, blockcopy_ ## type, cpu); type 628 source/common/x86/asm-primitives.cpp #define CHROMA_420_CU_BLOCKCOPY(type, cpu) ALL_CHROMA_420_CU(copy_ ## type, blockcopy_ ## type, cpu) type 629 source/common/x86/asm-primitives.cpp #define CHROMA_422_CU_BLOCKCOPY(type, cpu) ALL_CHROMA_422_CU(copy_ ## type, blockcopy_ ## type, cpu) type 631 source/common/x86/asm-primitives.cpp #define LUMA_PU_BLOCKCOPY(type, cpu) ALL_LUMA_PU(copy_ ## type, blockcopy_ ## type, cpu); p.pu[LUMA_4x4].copy_ ## type = PFX(blockcopy_ ## type ## _4x4_ ## cpu) type 632 source/common/x86/asm-primitives.cpp #define CHROMA_420_PU_BLOCKCOPY(type, cpu) ALL_CHROMA_420_PU(copy_ ## type, blockcopy_ ## type, cpu) type 633 source/common/x86/asm-primitives.cpp #define CHROMA_422_PU_BLOCKCOPY(type, cpu) ALL_CHROMA_422_PU(copy_ ## type, blockcopy_ ## type, cpu) type 267 source/dynamicHDR10/json11/json11.cpp Json::Type Json::type() const { return m_ptr->type(); } type 300 source/dynamicHDR10/json11/json11.cpp if (m_ptr->type() != other.m_ptr->type()) type 307 source/dynamicHDR10/json11/json11.cpp if (m_ptr->type() != other.m_ptr->type()) type 308 source/dynamicHDR10/json11/json11.cpp return m_ptr->type() < other.m_ptr->type(); type 771 source/dynamicHDR10/json11/json11.cpp if ((*this)[item.first].type() != item.second) { type 113 source/dynamicHDR10/json11/json11.h int>::type = 0> type 119 source/dynamicHDR10/json11/json11.h int>::type = 0> type 127 source/dynamicHDR10/json11/json11.h Type type() const; type 129 source/dynamicHDR10/json11/json11.h bool is_null() const { return type() == NUL; } type 130 source/dynamicHDR10/json11/json11.h bool is_number() const { return type() == NUMBER; } type 131 source/dynamicHDR10/json11/json11.h bool is_bool() const { return type() == BOOL; } type 132 source/dynamicHDR10/json11/json11.h bool is_string() const { return type() == STRING; } type 133 source/dynamicHDR10/json11/json11.h bool is_array() const { return type() == ARRAY; } type 134 source/dynamicHDR10/json11/json11.h bool is_object() const { return type() == OBJECT; } type 219 source/dynamicHDR10/json11/json11.h virtual Json::Type type() const = 0; type 137 source/encoder/dpb.cpp int type = newFrame->m_lowres.sliceType; type 144 source/encoder/dpb.cpp slice->m_sliceType = IS_X265_TYPE_B(type) ? B_SLICE : (type == X265_TYPE_P) ? P_SLICE : I_SLICE; type 146 source/encoder/dpb.cpp if (type == X265_TYPE_B) type 1032 source/encoder/frameencoder.cpp int type = m_nalList.m_nal[i].type; type 1035 source/encoder/frameencoder.cpp if (type != NAL_UNIT_PREFIX_SEI && type != NAL_UNIT_SUFFIX_SEI) type 1039 source/encoder/frameencoder.cpp bytes -= (!i || type == NAL_UNIT_SPS || type == NAL_UNIT_PPS) ? 4 : 3; type 169 source/encoder/nal.cpp nal.type = nalUnitType; type 1547 source/encoder/ratecontrol.cpp uint8_t type; type 1554 source/encoder/ratecontrol.cpp if (!fread(&type, 1, 1, m_cutreeStatFileIn)) type 1559 source/encoder/ratecontrol.cpp if (type != sliceTypeActual && m_cuTreeStats.qpBufPos == 1) type 1561 source/encoder/ratecontrol.cpp x265_log(m_param, X265_LOG_ERROR, "CU-tree frametype %d doesn't match actual frametype %d.\n", type, sliceTypeActual); type 1565 source/encoder/ratecontrol.cpp while(type != sliceTypeActual); type 2147 source/encoder/ratecontrol.cpp int type = curFrame->m_lowres.plannedType[j]; type 2148 source/encoder/ratecontrol.cpp if (type == X265_TYPE_AUTO || totalDuration >= 1.0) type 2155 source/encoder/ratecontrol.cpp type = IS_X265_TYPE_I(type) ? I_SLICE : IS_X265_TYPE_B(type) ? B_SLICE : P_SLICE; type 2156 source/encoder/ratecontrol.cpp int predType = getPredictorType(curFrame->m_lowres.plannedType[j], type); type 2157 source/encoder/ratecontrol.cpp curBits = predictSize(&m_pred[predType], frameQ[type], (double)satd); type 41 source/encoder/sei.cpp uint32_t type = m_payloadType; type 55 source/encoder/sei.cpp WRITE_CODE(type, 8, "payload_type"); type 1265 source/encoder/slicetype.cpp int type = X265_TYPE_B; type 1271 source/encoder/slicetype.cpp type = X265_TYPE_BREF; type 1281 source/encoder/slicetype.cpp frames[nextNonB]->plannedType[idx] = type; type 1291 source/encoder/slicetype.cpp frames[j]->plannedType[frames[j]->indB++] = type; type 451 source/x265.cpp char type; type 459 source/x265.cpp ret = fscanf(qpfile, "%d %c%*[ \t]%d\n", &num, &type, &qp); type 470 source/x265.cpp if (type == 'I') pic_org.sliceType = X265_TYPE_IDR; type 471 source/x265.cpp else if (type == 'i') pic_org.sliceType = X265_TYPE_I; type 472 source/x265.cpp else if (type == 'K') pic_org.sliceType = param->bOpenGOP ? X265_TYPE_I : X265_TYPE_IDR; type 473 source/x265.cpp else if (type == 'P') pic_org.sliceType = X265_TYPE_P; type 474 source/x265.cpp else if (type == 'B') pic_org.sliceType = X265_TYPE_BREF; type 475 source/x265.cpp else if (type == 'b') pic_org.sliceType = X265_TYPE_B; type 86 source/x265.h uint32_t type; /* NalUnitType */