Searched refs:target_table (Results 1 – 3 of 3) sorted by relevance
35 int target_table[2][3]; in ff_sws_alphablendaway() local43 …target_table[0][plane] = plane && !(desc->flags & AV_PIX_FMT_FLAG_RGB) ? 1<<(desc->comp[0].depth -… in ff_sws_alphablendaway()44 …target_table[1][plane] = plane && !(desc->flags & AV_PIX_FMT_FLAG_RGB) ? 1<<(desc->comp[0].depth -… in ff_sws_alphablendaway()70 … u = s[x]*alpha + target_table[((x^y)>>5)&1][plane]*(max-alpha) + off; in ff_sws_alphablendaway()80 … u = av_bswap16(s[x])*alpha + target_table[((x^y)>>5)&1][plane]*(max-alpha) + off; in ff_sws_alphablendaway()95 u = s[x]*alpha + target_table[((x^y)>>5)&1][plane]*(255-alpha) + 128; in ff_sws_alphablendaway()106 … unsigned u = s[x]*a[x] + target_table[((x^y)>>5)&1][plane]*(max-a[x]) + off; in ff_sws_alphablendaway()112 … unsigned u = av_bswap16(s[x])*aswap + target_table[((x^y)>>5)&1][plane]*(max-aswap) + off; in ff_sws_alphablendaway()121 unsigned u = s[x]*a[x] + target_table[((x^y)>>5)&1][plane]*(255-a[x]) + 128; in ff_sws_alphablendaway()141 …unsigned u = s[x_index + plane]*a[x_index] + target_table[((x^y)>>5)&1][plane]*(max-a[x_index]) + … in ff_sws_alphablendaway()[all …]
150 TablePtr target_table = GetTable(record->tag()); in SerializeTables() local151 if (target_table == NULL) { in SerializeTables()157 int32_t table_size = target_table->Serialize(fos); in SerializeTables()