Searched refs:src_byte (Results 1 – 3 of 3) sorted by relevance
89 uint32_t src_byte = *src_buf; in TranslateScanline() local90 (*dest_buf)[index++] = m_RampB[src_byte]; in TranslateScanline()91 (*dest_buf)[index++] = m_RampG[src_byte]; in TranslateScanline()92 (*dest_buf)[index++] = m_RampR[src_byte]; in TranslateScanline()
81 int src_byte = frame1[byte]; in vp8_temporal_filter_apply_c() local84 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()