Searched refs:pRun (Results 1 – 5 of 5) sorted by relevance
/third_party/openh264/codec/encoder/core/inc/ |
D | set_mb_syn_cavlc.h | 78 int32_t CavlcParamCal_c (int16_t* pCoffLevel, uint8_t* pRun, int16_t* pLevel, int32_t* pTotalCoeffs… 81 int32_t CavlcParamCal_sse2 (int16_t* pCoffLevel, uint8_t* pRun, int16_t* pLevel, int32_t* pTotalCoe… 83 int32_t CavlcParamCal_sse42 (int16_t* pCoffLevel, uint8_t* pRun, int16_t* pLevel, int32_t* pTotalCo…
|
D | wels_func_ptr_def.h | 190 typedef int32_t (*PCavlcParamCalFunc) (int16_t* pCoff, uint8_t* pRun, int16_t* pLevel, int32_t* pT…
|
/third_party/openh264/test/encoder/ |
D | EncUT_Cavlc.cpp | 12 int32_t CavlcParamCal_ref (int16_t* pCoffLevel, uint8_t* pRun, int16_t* pLevel, int32_t* pTotalCoef… in CavlcParamCal_ref() argument 30 pRun[iTotalCoeffs++] = iCountZero; in CavlcParamCal_ref()
|
/third_party/ffmpeg/libavcodec/ |
D | g2meet.c | 597 uint32_t *pPix, int *pRun) in epic_decode_run_length() argument 602 *pRun = 0; in epic_decode_run_length() 635 NWneW = *pRun ? NWneW : NW != W; in epic_decode_run_length() 647 (*pRun ? old_WWneW : WW != W) << 7 | in epic_decode_run_length() 671 (*pRun)++; in epic_decode_run_length() 672 if (x + *pRun >= tile_width - 1) in epic_decode_run_length() 675 UPDATE_NEIGHBOURS(x + *pRun); in epic_decode_run_length() 679 int start_pos = x + *pRun; in epic_decode_run_length() 689 *pRun += run; in epic_decode_run_length() 702 *pRun += rle; in epic_decode_run_length() [all …]
|
/third_party/openh264/codec/encoder/core/src/ |
D | set_mb_syn_cavlc.cpp | 84 int32_t CavlcParamCal_c (int16_t* pCoffLevel, uint8_t* pRun, int16_t* pLevel, int32_t* pTotalCoeff , in CavlcParamCal_c() argument 102 pRun[iTotalCoeffs++] = iCountZero; in CavlcParamCal_c()
|