Searched refs:m_picHeightInLumaSamples (Results 1 – 4 of 4) sorted by relevance
586 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()
219 RK_U32 m_picHeightInLumaSamples; member
236 sps->m_picHeightInLumaSamples = prep->height + pad[1]; in h265e_set_sps()
453 h265e_stream_write_ue_with_log(s, sps->m_picHeightInLumaSamples, "pic_height_in_luma_samples"); in h265e_sps_write()