Home
last modified time | relevance | path

Searched refs:mb_y_coeff (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/jmref/JM/lencod/src/
H A Dmacroblock.c172 cur_stats->bit_use_coeff[0][slice_type] += mbBits->mb_y_coeff; in next_macroblock()
1986 writeIPCMByteAlign(dataPart->bitstream, &se, &(currMB->bits.mb_y_coeff)); in writeIPCMData()
1988 …+= writeIPCMLuma (currMB, p_Vid->enc_picture->imgY, dataPart->bitstream, &se, &mbBits->mb_y_coeff); in writeIPCMData()
2881 + mbBits->mb_y_coeff in write_macroblock()
3371 …int *mb_bits_coeff = ((plane==0) ? &currMB->bits.mb_y_coeff : ((plane==1) ? &currMB->bits.mb_cb_co… in writeCoeff4x4_CABAC()
3437 …int *mb_bits_coeff = ((plane==0) ? &currMB->bits.mb_y_coeff : ((plane==1) ? &currMB->bits.mb_cb_co… in writeCoeff8x8_CABAC()
3626 …int *mb_bits_coeff = ((plane==0) ? &currMB->bits.mb_y_coeff : ((plane==1) ? &currMB->bits.mb_cb_co… in writeCoeff16x16_CAVLC()
3733 …int* mb_bits_coeff = ((plane==0) ? &currMB->bits.mb_y_coeff : ((plane==1) ? &currMB->bits.mb_cb_c… in writeCoeff16x16_CABAC()
4051 int *mb_bits_coeff = &currMB->bits.mb_y_coeff; in writeCoeff4x4_CAVLC_normal()
4385 int *mb_bits_coeff = &currMB->bits.mb_y_coeff; in writeCoeff4x4_CAVLC_444()
H A Drc_quadratic.c2699 p_Vid->NumberofMBTextureBits = mbBits->mb_y_coeff + mbBits->mb_uv_coeff; in rc_update_mb_stats()
/dports/multimedia/jmref/JM/lencod/inc/
H A Dglobal.h95 int mb_y_coeff; member