Searched refs:src_byte (Results 1 – 3 of 3) sorted by relevance
90 uint32_t src_byte = *src_buf; in TranslateScanline() local91 (*dest_buf)[index++] = m_RampB[src_byte]; in TranslateScanline()92 (*dest_buf)[index++] = m_RampG[src_byte]; in TranslateScanline()93 (*dest_buf)[index++] = m_RampR[src_byte]; in TranslateScanline()
82 int src_byte = frame1[byte]; in vp8_temporal_filter_apply_c() local85 modifier = src_byte - pixel_value; in vp8_temporal_filter_apply_c()
261 int src_byte = frame1[byte]; in vp8_temporal_filter_apply_msa() local264 modifier = src_byte - pixel_value; in vp8_temporal_filter_apply_msa()