Searched refs:AV_RB48 (Results 1 – 4 of 4) sorted by relevance
125 # if defined(AV_RN48) && !defined(AV_RB48)126 # define AV_RB48(p) AV_RN48(p) macro127 # elif !defined(AV_RN48) && defined(AV_RB48)128 # define AV_RN48(p) AV_RB48(p)471 #ifndef AV_RB48472 # define AV_RB48(x) \ macro
660 AV_WB48(&dst[x], AV_RB48(&src[x * 2])); in interleave_cols_to_any()992 … AV_WB48(&dst[x ], (b&1) == (y&1) ? AV_RB48(&left[p*m]) : AV_RB48(&right[p*m])); in filter_frame()993 … AV_WB48(&dst[x+6], (b&1) != (y&1) ? AV_RB48(&left[p*m]) : AV_RB48(&right[p*m])); in filter_frame()1049 AV_WB48(&dst[x ], b&1 ? AV_RB48(&left[p*m]) : AV_RB48(&right[p*m])); in filter_frame()1050 AV_WB48(&dst[x+6], !(b&1) ? AV_RB48(&left[p*m]) : AV_RB48(&right[p*m])); in filter_frame()
112 int64_t v = AV_RB48(in); in hflip_b48_c()
149 int64_t v = AV_RB48(src + x*src_linesize); in transpose_block_48_c()