Home
last modified time | relevance | path

Searched refs:pRun (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dset_mb_syn_cavlc.h78 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…
Dwels_func_ptr_def.h190 typedef int32_t (*PCavlcParamCalFunc) (int16_t* pCoff, uint8_t* pRun, int16_t* pLevel, int32_t* pT…
/third_party/openh264/test/encoder/
DEncUT_Cavlc.cpp12 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/
Dg2meet.c597 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/
Dset_mb_syn_cavlc.cpp84 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()