Home
last modified time | relevance | path

Searched refs:src_strd (Results 1 – 25 of 190) sorted by relevance

12345678

/external/libhevc/common/
Dihevc_itrans.c95 WORD32 src_strd, in ihevc_itrans_4x4_ttype1() argument
115 c[0] = pi2_src[0] + pi2_src[2 * src_strd]; in ihevc_itrans_4x4_ttype1()
116 c[1] = pi2_src[2 * src_strd] + pi2_src[3 * src_strd]; in ihevc_itrans_4x4_ttype1()
117 c[2] = pi2_src[0] - pi2_src[3 * src_strd]; in ihevc_itrans_4x4_ttype1()
118 c[3] = 74 * pi2_src[src_strd]; in ihevc_itrans_4x4_ttype1()
125 … CLIP_S16((74 * (pi2_src[0] - pi2_src[2 * src_strd] + pi2_src[3 * src_strd]) + add) >> i4_shift); in ihevc_itrans_4x4_ttype1()
178 WORD32 src_strd, in ihevc_itrans_4x4() argument
200 o[0] = g_ai2_ihevc_trans_4[1][0] * pi2_src[src_strd] in ihevc_itrans_4x4()
201 + g_ai2_ihevc_trans_4[3][0] * pi2_src[3 * src_strd]; in ihevc_itrans_4x4()
202 o[1] = g_ai2_ihevc_trans_4[1][1] * pi2_src[src_strd] in ihevc_itrans_4x4()
[all …]
Dihevc_deblk_edge_filter.c99 WORD32 src_strd, in ihevc_deblk_luma_vert() argument
138 dq3 = ABS(pu1_src[3 * src_strd + 2] - 2 * pu1_src[3 * src_strd + 1] in ihevc_deblk_luma_vert()
139 + pu1_src[3 * src_strd + 0]); in ihevc_deblk_luma_vert()
141 dp3 = ABS(pu1_src[3 * src_strd - 3] - 2 * pu1_src[3 * src_strd - 2] in ihevc_deblk_luma_vert()
142 + pu1_src[3 * src_strd - 1]); in ihevc_deblk_luma_vert()
167 pu1_src += 3 * src_strd; in ihevc_deblk_luma_vert()
176 pu1_src -= 3 * src_strd; in ihevc_deblk_luma_vert()
281 pu1_src += src_strd; in ihevc_deblk_luma_vert()
336 WORD32 src_strd, in ihevc_deblk_luma_horz() argument
374 dq0 = ABS(pu1_src[2 * src_strd] - 2 * pu1_src[1 * src_strd] + in ihevc_deblk_luma_horz()
[all …]
Dihevc_sao.c73 WORD32 src_strd, in ihevc_sao_band_offset_luma() argument
90 pu1_src_left[row] = pu1_src[row * src_strd + (wd - 1)]; in ihevc_sao_band_offset_luma()
95 pu1_src_top[col] = pu1_src[(ht - 1) * src_strd + col]; in ihevc_sao_band_offset_luma()
117 pu1_src += src_strd; in ihevc_sao_band_offset_luma()
125 WORD32 src_strd, in ihevc_sao_band_offset_chroma() argument
145 pu1_src_left[2 * row] = pu1_src[row * src_strd + (wd - 2)]; in ihevc_sao_band_offset_chroma()
146 pu1_src_left[2 * row + 1] = pu1_src[row * src_strd + (wd - 1)]; in ihevc_sao_band_offset_chroma()
152 pu1_src_top[col] = pu1_src[(ht - 1) * src_strd + col]; in ihevc_sao_band_offset_chroma()
179 pu1_src += src_strd; in ihevc_sao_band_offset_chroma()
187 WORD32 src_strd, in ihevc_sao_edge_offset_class0() argument
[all …]
Dihevc_padding.c90 WORD32 src_strd, in ihevc_pad_vert() argument
99 memcpy(pu1_src - row * src_strd, pu1_src, wd); in ihevc_pad_vert()
100 memcpy(pu1_src + (ht + row - 1) * src_strd, in ihevc_pad_vert()
101 pu1_src + (ht - 1) * src_strd, wd); in ihevc_pad_vert()
144 WORD32 src_strd, in ihevc_pad_horz_chroma() argument
153 src_strd >>= 1; in ihevc_pad_horz_chroma()
167 pu2_src += src_strd; in ihevc_pad_horz_chroma()
211 WORD32 src_strd, in ihevc_pad_horz_luma() argument
223 pu1_src += src_strd; in ihevc_pad_horz_luma()
269 WORD32 src_strd, in ihevc_pad_top() argument
[all …]
Dihevc_inter_pred_filters.c110 WORD32 src_strd, in ihevc_inter_pred_luma_copy() argument
125 pu1_src += src_strd; in ihevc_inter_pred_luma_copy()
172 WORD32 src_strd, in ihevc_inter_pred_luma_horz() argument
195 pu1_src += src_strd; in ihevc_inter_pred_luma_horz()
245 WORD32 src_strd, in ihevc_inter_pred_luma_vert() argument
260 i2_tmp += pi1_coeff[i] * pu1_src[col + (i - 3) * src_strd]; in ihevc_inter_pred_luma_vert()
268 pu1_src += src_strd; in ihevc_inter_pred_luma_vert()
318 WORD32 src_strd, in ihevc_inter_pred_luma_copy_w16out() argument
333 pu1_src += src_strd; in ihevc_inter_pred_luma_copy_w16out()
384 WORD32 src_strd, in ihevc_inter_pred_luma_horz_w16out() argument
[all …]
Dihevc_padding.h43 WORD32 src_strd,
50 WORD32 src_strd,
57 WORD32 src_strd,
64 WORD32 src_strd,
71 WORD32 src_strd,
78 WORD32 src_strd,
84 WORD32 src_strd,
89 WORD32 src_strd,
94 WORD32 src_strd,
99 WORD32 src_strd,
[all …]
Dihevc_intra_pred.h50 WORD32 src_strd,
60 WORD32 src_strd,
68 WORD32 src_strd,
77 WORD32 src_strd,
86 WORD32 src_strd,
95 WORD32 src_strd,
104 WORD32 src_strd,
113 WORD32 src_strd,
122 WORD32 src_strd,
131 WORD32 src_strd,
[all …]
Dihevc_chroma_intra_pred.h44 WORD32 src_strd,
52 WORD32 src_strd,
60 WORD32 src_strd,
68 WORD32 src_strd,
76 WORD32 src_strd,
84 WORD32 src_strd,
92 WORD32 src_strd,
100 WORD32 src_strd,
108 WORD32 src_strd,
116 WORD32 src_strd,
[all …]
Dihevc_itrans_recon.c103 WORD32 src_strd, in ihevc_itrans_recon_4x4_ttype1() argument
133 c[0] = pi2_src[0] + pi2_src[2 * src_strd]; in ihevc_itrans_recon_4x4_ttype1()
134 c[1] = pi2_src[2 * src_strd] + pi2_src[3 * src_strd]; in ihevc_itrans_recon_4x4_ttype1()
135 c[2] = pi2_src[0] - pi2_src[3 * src_strd]; in ihevc_itrans_recon_4x4_ttype1()
136 c[3] = 74 * pi2_src[src_strd]; in ihevc_itrans_recon_4x4_ttype1()
143 … CLIP_S16((74 * (pi2_src[0] - pi2_src[2 * src_strd] + pi2_src[3 * src_strd]) + add) >> shift); in ihevc_itrans_recon_4x4_ttype1()
238 WORD32 src_strd, in ihevc_itrans_recon_4x4() argument
271 o[0] = g_ai2_ihevc_trans_4[1][0] * pi2_src[src_strd] in ihevc_itrans_recon_4x4()
272 + g_ai2_ihevc_trans_4[3][0] * pi2_src[3 * src_strd]; in ihevc_itrans_recon_4x4()
273 o[1] = g_ai2_ihevc_trans_4[1][1] * pi2_src[src_strd] in ihevc_itrans_recon_4x4()
[all …]
Dihevc_recon.h40 WORD32 src_strd,
47 WORD32 src_strd,
55 WORD32 src_strd,
62 WORD32 src_strd,
70 WORD32 src_strd,
77 WORD32 src_strd,
85 WORD32 src_strd,
92 WORD32 src_strd,
100 WORD32 src_strd,
107 WORD32 src_strd,
Dihevc_sao.h53 WORD32 src_strd,
63 WORD32 src_strd,
74 WORD32 src_strd,
86 WORD32 src_strd,
99 WORD32 src_strd,
111 WORD32 src_strd,
124 WORD32 src_strd,
137 WORD32 src_strd,
151 WORD32 src_strd,
163 WORD32 src_strd,
[all …]
/external/libavc/common/
Dih264_inter_pred_filters.c112 WORD32 src_strd, in ih264_inter_pred_luma_copy() argument
129 pu1_src += src_strd; in ih264_inter_pred_luma_copy()
172 WORD32 src_strd, in ih264_interleave_copy() argument
187 pu1_src += src_strd; in ih264_interleave_copy()
229 WORD32 src_strd, in ih264_inter_pred_luma_horz() argument
256 pu1_src += src_strd; in ih264_inter_pred_luma_horz()
299 WORD32 src_strd, in ih264_inter_pred_luma_vert() argument
317 (pu1_src[col - 2 * src_strd] + pu1_src[col + 3 * src_strd]) in ih264_inter_pred_luma_vert()
319 (pu1_src[col - 1 * src_strd] + pu1_src[col + 2 * src_strd]) in ih264_inter_pred_luma_vert()
321 (pu1_src[col] + pu1_src[col + 1 * src_strd]); in ih264_inter_pred_luma_vert()
[all …]
Dih264_padding.c91 WORD32 src_strd, in ih264_pad_top() argument
99 memcpy(pu1_src - row * src_strd, pu1_src, wd); in ih264_pad_top()
132 WORD32 src_strd, in ih264_pad_bottom() argument
140 memcpy(pu1_src + (row - 1) * src_strd, pu1_src - 1 * src_strd, wd); in ih264_pad_bottom()
171 WORD32 src_strd, in ih264_pad_left_luma() argument
182 pu1_src += src_strd; in ih264_pad_left_luma()
213 WORD32 src_strd, in ih264_pad_left_chroma() argument
224 src_strd >>= 1; in ih264_pad_left_chroma()
236 pu2_src += src_strd; in ih264_pad_left_chroma()
267 WORD32 src_strd, in ih264_pad_right_luma() argument
[all …]
Dih264_deblk_edge_filters.c105 WORD32 src_strd, in ih264_deblk_luma_vert_bs4() argument
113 WORD32 blk_strd = src_strd << 2; /* block_increment = src_strd * 4 */ in ih264_deblk_luma_vert_bs4()
129 for(i = 0; i < 4; ++i, pu1_src_temp += src_strd) in ih264_deblk_luma_vert_bs4()
225 WORD32 src_strd, in ih264_deblk_luma_horz_bs4() argument
238 pu1_p3 = pu1_src - (src_strd << 2); in ih264_deblk_luma_horz_bs4()
240 pos_q1 = src_strd; in ih264_deblk_luma_horz_bs4()
241 pos_q2 = X2(src_strd); in ih264_deblk_luma_horz_bs4()
242 pos_q3 = X3(src_strd); in ih264_deblk_luma_horz_bs4()
243 pos_p0 = X3(src_strd); in ih264_deblk_luma_horz_bs4()
244 pos_p1 = X2(src_strd); in ih264_deblk_luma_horz_bs4()
[all …]
/external/libhevc/common/x86/
Dihevc_inter_pred_filters_sse42_intr.c111 WORD32 src_strd, in ihevc_inter_pred_luma_copy_w16out_sse42() argument
131 src1_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 1 * src_strd)); /* row =1 */ in ihevc_inter_pred_luma_copy_w16out_sse42()
132 src2_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 2 * src_strd)); /* row =2 */ in ihevc_inter_pred_luma_copy_w16out_sse42()
133 src3_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 3 * src_strd)); /* row =3 */ in ihevc_inter_pred_luma_copy_w16out_sse42()
155 pu1_src += 4 * src_strd - wd; /* pointer update */ in ihevc_inter_pred_luma_copy_w16out_sse42()
167 src1_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 1 * src_strd)); /* row =1 */ in ihevc_inter_pred_luma_copy_w16out_sse42()
168 src2_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 2 * src_strd)); /* row =2 */ in ihevc_inter_pred_luma_copy_w16out_sse42()
169 src3_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 3 * src_strd)); /* row =3 */ in ihevc_inter_pred_luma_copy_w16out_sse42()
191 pu1_src += 4 * src_strd - wd; /* pointer update */ in ihevc_inter_pred_luma_copy_w16out_sse42()
238 WORD32 src_strd, in ihevc_inter_pred_chroma_copy_sse42() argument
[all …]
Dihevc_inter_pred_filters_ssse3_intr.c120 WORD32 src_strd, in ihevc_inter_pred_luma_copy_ssse3() argument
142 src1_16x8b = _mm_loadu_si128((__m128i *)(pu1_src + 1 * src_strd)); /* row =1 */ in ihevc_inter_pred_luma_copy_ssse3()
143 src2_16x8b = _mm_loadu_si128((__m128i *)(pu1_src + 2 * src_strd)); /* row =2 */ in ihevc_inter_pred_luma_copy_ssse3()
144 src3_16x8b = _mm_loadu_si128((__m128i *)(pu1_src + 3 * src_strd)); /* row =3 */ in ihevc_inter_pred_luma_copy_ssse3()
156 pu1_src += 4 * src_strd - wd; /* pointer update */ in ihevc_inter_pred_luma_copy_ssse3()
169 src1_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 1 * src_strd)); /* row =1 */ in ihevc_inter_pred_luma_copy_ssse3()
170 src2_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 2 * src_strd)); /* row =2 */ in ihevc_inter_pred_luma_copy_ssse3()
171 src3_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 3 * src_strd)); /* row =3 */ in ihevc_inter_pred_luma_copy_ssse3()
183 pu1_src += 4 * src_strd - wd; /* pointer update */ in ihevc_inter_pred_luma_copy_ssse3()
196 src1_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + 1 * src_strd)); /* row =1 */ in ihevc_inter_pred_luma_copy_ssse3()
[all …]
Dihevc_sao_ssse3_intr.c122 WORD32 src_strd, in ihevc_sao_band_offset_luma_ssse3() argument
146 pu1_src_left[row] = pu1_src[row * src_strd + (wd - 1)]; in ihevc_sao_band_offset_luma_ssse3()
151 tmp_set_128i_1 = _mm_loadl_epi64((__m128i *)(pu1_src + (ht - 1) * src_strd + offset)); in ihevc_sao_band_offset_luma_ssse3()
264 src_temp2_8x16b = _mm_loadu_si128((__m128i *)(pu1_src_cpy + src_strd)); in ihevc_sao_band_offset_luma_ssse3()
330 _mm_storeu_si128((__m128i *)(pu1_src_cpy + src_strd), src_temp2_8x16b); in ihevc_sao_band_offset_luma_ssse3()
332 pu1_src_cpy += (src_strd << 1); in ihevc_sao_band_offset_luma_ssse3()
346 src_temp1_8x16b = _mm_loadl_epi64((__m128i *)(pu1_src_cpy + src_strd)); in ihevc_sao_band_offset_luma_ssse3()
348 src_temp2_8x16b = _mm_loadl_epi64((__m128i *)(pu1_src_cpy + 2 * src_strd)); in ihevc_sao_band_offset_luma_ssse3()
350 src_temp3_8x16b = _mm_loadl_epi64((__m128i *)(pu1_src_cpy + 3 * src_strd)); in ihevc_sao_band_offset_luma_ssse3()
423 _mm_storel_epi64((__m128i *)(pu1_src_cpy + src_strd), src_temp1_8x16b); in ihevc_sao_band_offset_luma_ssse3()
[all …]
/external/libhevc/common/arm/
Dihevc_sao_edge_offset_class3_chroma.s40 @ WORD32 src_strd,
53 @r1 => src_strd
117 MLA r11,r10,r1,r0 @pu1_src[(ht - 1) * src_strd + col]
121 VLD1.8 D0,[r11]! @pu1_src[(ht - 1) * src_strd + col]
123 … VST1.8 D0,[r12]! @au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col]
141 ADD r11,r0,r1 @pu1_src + src_strd
143 LDRB r14,[r11,r14] @pu1_src[wd - 2 - 2 + src_strd]
144 SUB r11,r9,r14 @pu1_src[wd - 2] - pu1_src[wd - 2 - 2 + src_strd]
147 MOVGT r11,#1 @SIGN(pu1_src[wd - 2] - pu1_src[wd - 2 - 2 + src_strd])
148 …N(pu1_src[wd - 2] - pu1_src_top_right[0]) + SIGN(pu1_src[wd - 2] - pu1_src[wd - 2 - 2 + src_strd])
[all …]
Dihevc_sao_edge_offset_class2_chroma.s40 @ WORD32 src_strd,
53 @r1 => src_strd
119 MLA r11,r10,r1,r0 @pu1_src[(ht - 1) * src_strd + col]
123 VLD1.8 D0,[r11]! @pu1_src[(ht - 1) * src_strd + col]
125 … VST1.8 D0,[r12]! @au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col]
136 ADD r14,r0,r1 @pu1_src + src_strd
140 LDRB r14,[r14,#2] @pu1_src[2 + src_strd]
144 SUB r11,r9,r14 @pu1_src[0] - pu1_src[2 + src_strd]
153 MOVGT r11,#1 @SIGN(pu1_src[0] - pu1_src[2 + src_strd])
155 … @SIGN(pu1_src[0] - pu1_src_top_left[0]) + SIGN(pu1_src[0] - pu1_src[2 + src_strd])
[all …]
Dihevc_sao_edge_offset_class3.s40 @ WORD32 src_strd,
52 @r1 => src_strd
108 MLA r11,r10,r1,r0 @pu1_src[(ht - 1) * src_strd + col]
112 VLD1.8 D0,[r11]! @pu1_src[(ht - 1) * src_strd + col]
114 … VST1.8 D0,[r12]! @au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col]
130 ADD r11,r0,r1 @pu1_src + src_strd
132 LDRB r14,[r11,r10] @pu1_src[wd - 1 - 1 + src_strd]
135 SUB r11,r9,r14 @pu1_src[wd - 1] - pu1_src[wd - 1 - 1 + src_strd]
140 MOVGT r11,#1 @SIGN(pu1_src[wd - 1] - pu1_src[wd - 1 - 1 + src_strd])
144 …N(pu1_src[wd - 1] - pu1_src_top_right[0]) + SIGN(pu1_src[wd - 1] - pu1_src[wd - 1 - 1 + src_strd])
[all …]
Dihevc_sao_edge_offset_class2.s40 @ WORD32 src_strd,
52 @r1 => src_strd
110 MLA r11,r10,r1,r0 @pu1_src[(ht - 1) * src_strd + col]
114 VLD1.8 D0,[r11]! @pu1_src[(ht - 1) * src_strd + col]
116 … VST1.8 D0,[r12]! @au1_src_top_tmp[col] = pu1_src[(ht - 1) * src_strd + col]
126 ADD r14,r0,r1 @pu1_src + src_strd
129 LDRB r4,[r14,#1] @pu1_src[1 + src_strd]
137 SUBS r11,r9,r4 @pu1_src[0] - pu1_src[1 + src_strd]
140 MOVGT r11,#1 @SIGN(pu1_src[0] - pu1_src[1 + src_strd])
141 … @SIGN(pu1_src[0] - pu1_src_top_left[0]) + SIGN(pu1_src[0] - pu1_src[1 + src_strd])
[all …]
/external/libhevc/decoder/x86/
Dihevcd_fmt_conv_ssse3_intr.c63 WORD32 num_rows, num_cols, src_strd, dst_strd, cols, rows; in ihevcd_fmt_conv_420sp_to_420p_ssse3() local
78 src_strd = src_y_strd; in ihevcd_fmt_conv_420sp_to_420p_ssse3()
84 pu1_src += src_strd; in ihevcd_fmt_conv_420sp_to_420p_ssse3()
121 src_strd = src_uv_strd; in ihevcd_fmt_conv_420sp_to_420p_ssse3()
134 PREFETCH((char const *)(pu1_uv_src + (8 * src_strd)), _MM_HINT_T0) in ihevcd_fmt_conv_420sp_to_420p_ssse3()
135 PREFETCH((char const *)(pu1_uv_src + (9 * src_strd)), _MM_HINT_T0) in ihevcd_fmt_conv_420sp_to_420p_ssse3()
136 PREFETCH((char const *)(pu1_uv_src + (10 * src_strd)), _MM_HINT_T0) in ihevcd_fmt_conv_420sp_to_420p_ssse3()
137 PREFETCH((char const *)(pu1_uv_src + (11 * src_strd)), _MM_HINT_T0) in ihevcd_fmt_conv_420sp_to_420p_ssse3()
160 src_uv0_8x16b = _mm_loadu_si128((__m128i *)(pu1_uv_src_temp + (1 * src_strd))); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
161 … src_uv1_8x16b = _mm_loadu_si128((__m128i *)(pu1_uv_src_temp + (1 * src_strd) + 16)); in ihevcd_fmt_conv_420sp_to_420p_ssse3()
[all …]
/external/libavc/encoder/
Dime_distortion_metrics.c122 WORD32 src_strd, in ime_sub_pel_compute_sad_16x16() argument
170 pu1_src += src_strd; in ime_sub_pel_compute_sad_16x16()
217 WORD32 src_strd, in ime_calculate_sad4_prog() argument
230 UWORD32 u4_cur_buf_offset = src_strd - MB_SIZE; in ime_calculate_sad4_prog()
300 WORD32 src_strd, in ime_calculate_sad3_prog() argument
306 UWORD32 u4_cur_buf_offset = src_strd - MB_SIZE; in ime_calculate_sad3_prog()
383 WORD32 src_strd, in ime_calculate_sad2_prog() argument
389 UWORD32 u4_cur_buf_offset = src_strd - MB_SIZE; in ime_calculate_sad2_prog()
458 WORD32 src_strd, in ime_compute_sad_16x16() argument
464 UWORD32 u4_src_offset = src_strd - 16; in ime_compute_sad_16x16()
[all …]
Dih264e_half_pel.c102 WORD32 src_strd, in ih264e_sixtapfilter_horz() argument
128 pu1_src += src_strd - u4_w; in ih264e_sixtapfilter_horz()
182 WORD32 src_strd, in ih264e_sixtap_filter_2dvh_vert() argument
196 tmp = ih264_g_six_tap[0] * (pu1_src[col - 2 * src_strd] + pu1_src[col + 3 * src_strd]) + in ih264e_sixtap_filter_2dvh_vert()
197 … ih264_g_six_tap[1] * (pu1_src[col - 1 * src_strd] + pu1_src[col + 2 * src_strd]) + in ih264e_sixtap_filter_2dvh_vert()
198 ih264_g_six_tap[2] * (pu1_src[col] + pu1_src[col + 1 * src_strd]); in ih264e_sixtap_filter_2dvh_vert()
203 pu1_src += src_strd; in ih264e_sixtap_filter_2dvh_vert()
/external/libhevc/decoder/
Dihevcd_sao.c88 WORD32 src_strd; in ihevcd_sao_ctb() local
119 src_strd = ps_sao_ctxt->ps_codec->i4_strd; in ihevcd_sao_ctb()
225 pu1_src_left_luma[row] = pu1_src_luma[row * src_strd + (sao_wd_luma - 1)]; in ihevcd_sao_ctb()
229 …ctor.ihevc_memcpy_fptr(pu1_src_top_luma, &pu1_src_luma[(sao_ht_luma - 1) * src_strd], sao_wd_luma); in ihevcd_sao_ctb()
270 … pu1_src_copy[row * src_strd + col] = pu1_src_tmp[row * tmp_strd + col]; in ihevcd_sao_ctb()
284 pu1_src_tmp += min_cu * src_strd; in ihevcd_sao_ctb()
292 src_strd, in ihevcd_sao_ctb()
304 au1_src_bot_left[0] = pu1_src_luma[sao_ht_luma * src_strd - 1]; in ihevcd_sao_ctb()
306 src_strd, in ihevcd_sao_ctb()
348 … pu1_src_tmp[row * src_strd + col] = pu1_src_copy[row * tmp_strd + col]; in ihevcd_sao_ctb()
[all …]

12345678