Home
last modified time | relevance | path

Searched refs:m_picHeightInLumaSamples (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c586 if ((rpelx < sps->m_picWidthInLumaSamples) && (bpely < sps->m_picHeightInLumaSamples)) { in encode_cu()
605 if ((lpelx < sps->m_picWidthInLumaSamples) && (tpely < sps->m_picHeightInLumaSamples)) { in encode_cu()
642 (cu->pixelY + pos_y + 15 < sps->m_picHeightInLumaSamples)) { in proc_cu16()
647 (cu->pixelY + pos_y >= sps->m_picHeightInLumaSamples)) { in proc_cu16()
674 (cu->pixelY + pos_y + 31 < sps->m_picHeightInLumaSamples)) { in proc_cu32()
679 (cu->pixelY + pos_y >= sps->m_picHeightInLumaSamples)) { in proc_cu32()
707 if ((rpelx < sps->m_picWidthInLumaSamples) && (bpely < sps->m_picHeightInLumaSamples)) in proc_ctu()
758 RK_U32 mb_h = ((sps->m_picHeightInLumaSamples + 63) >> 6); in h265e_code_slice_skip_frame()
H A Dh265e_slice.h219 RK_U32 m_picHeightInLumaSamples; member
H A Dh265e_ps.c236 sps->m_picHeightInLumaSamples = prep->height + pad[1]; in h265e_set_sps()
H A Dh265e_header_gen.c453 h265e_stream_write_ue_with_log(s, sps->m_picHeightInLumaSamples, "pic_height_in_luma_samples"); in h265e_sps_write()