Home
last modified time | relevance | path

Searched refs:MB_BLOCK_SIZE (Results 1 – 25 of 53) sorted by relevance

123

/dports/multimedia/jmref/JM/ldecod/src/
H A Dintra16x16_pred_normal.c66 for (i = 0; i < MB_BLOCK_SIZE; ++i) in intra16x16_dc_pred()
77 for (i = 0; i < MB_BLOCK_SIZE; ++i) in intra16x16_dc_pred()
92 for(j = 0; j < MB_BLOCK_SIZE; ++j) in intra16x16_dc_pred()
95 memset(mb_pred[j], s0, MB_BLOCK_SIZE * sizeof(imgpel)); in intra16x16_dc_pred()
97 for(i = 0; i < MB_BLOCK_SIZE; i += 4) in intra16x16_dc_pred()
153 for(j=0;j<MB_BLOCK_SIZE; j+= 4) in intra16x16_vert_pred()
155 memcpy(*prd++, src, MB_BLOCK_SIZE * sizeof(imgpel)); in intra16x16_vert_pred()
212 for(j = 0; j < MB_BLOCK_SIZE; ++j) in intra16x16_hor_pred()
219 for(i = 0; i < MB_BLOCK_SIZE; i += 4) in intra16x16_hor_pred()
299 for (j = 0;j < MB_BLOCK_SIZE; ++j) in intra16x16_plane_pred()
[all …]
H A Dintra16x16_pred.c64 for (i = 0; i < MB_BLOCK_SIZE; ++i) in intra16x16_dc_pred()
75 for (i = 0; i < MB_BLOCK_SIZE; ++i) in intra16x16_dc_pred()
90 for(j = 0; j < MB_BLOCK_SIZE; ++j) in intra16x16_dc_pred()
93 memset(mb_pred[j], s0, MB_BLOCK_SIZE * sizeof(imgpel)); in intra16x16_dc_pred()
95 for(i = 0; i < MB_BLOCK_SIZE; i += 4) in intra16x16_dc_pred()
150 for(j=0;j<MB_BLOCK_SIZE; j+= 4) in intra16x16_vert_pred()
152 memcpy(*prd++, src, MB_BLOCK_SIZE * sizeof(imgpel)); in intra16x16_vert_pred()
205 for(j = 0; j < MB_BLOCK_SIZE; ++j) in intra16x16_hor_pred()
217 for(i = 0; i < MB_BLOCK_SIZE; i += 4) in intra16x16_hor_pred()
297 for (j = 0;j < MB_BLOCK_SIZE; ++j) in intra16x16_plane_pred()
[all …]
H A Dintra16x16_pred_mbaff.c69 for (i = 0; i < MB_BLOCK_SIZE; ++i) in intra16x16_dc_pred_mbaff()
85 for(j = 0; j < MB_BLOCK_SIZE; ++j) in intra16x16_dc_pred_mbaff()
88 memset(mb_pred[j], s0, MB_BLOCK_SIZE * sizeof(imgpel)); in intra16x16_dc_pred_mbaff()
90 for(i = 0; i < MB_BLOCK_SIZE; ++i) in intra16x16_dc_pred_mbaff()
142 for(j=0;j<MB_BLOCK_SIZE; j+= 4) in intra16x16_vert_pred_mbaff()
144 memcpy(*prd++, src, MB_BLOCK_SIZE * sizeof(imgpel)); in intra16x16_vert_pred_mbaff()
145 memcpy(*prd++, src, MB_BLOCK_SIZE * sizeof(imgpel)); in intra16x16_vert_pred_mbaff()
197 for(j = 0; j < MB_BLOCK_SIZE; ++j) in intra16x16_hor_pred_mbaff()
200 for(i = 0; i < MB_BLOCK_SIZE; ++i) in intra16x16_hor_pred_mbaff()
274 for (j = 0;j < MB_BLOCK_SIZE; ++j) in intra16x16_plane_pred_mbaff()
[all …]
H A Dblock.c250 for(i=0; i<MB_BLOCK_SIZE; ++i) in Inv_Residual_trans_16x16()
253 for(j = 1; j < MB_BLOCK_SIZE; j++) in Inv_Residual_trans_16x16()
257 for(i=0; i<MB_BLOCK_SIZE; ++i) in Inv_Residual_trans_16x16()
259 for(j = 0; j < MB_BLOCK_SIZE; j++) in Inv_Residual_trans_16x16()
265 for(j=0; j<MB_BLOCK_SIZE; ++j) in Inv_Residual_trans_16x16()
272 for(j=0; j<MB_BLOCK_SIZE; ++j) in Inv_Residual_trans_16x16()
280 for (j = 0; j < MB_BLOCK_SIZE; ++j) in Inv_Residual_trans_16x16()
285 for (j = 0; j < MB_BLOCK_SIZE; ++j) in Inv_Residual_trans_16x16()
287 for (i = 0; i < MB_BLOCK_SIZE; ++i) in Inv_Residual_trans_16x16()
423 get_mem2Dint(&PBlock, MB_BLOCK_SIZE, MB_BLOCK_SIZE); in itrans_sp()
[all …]
H A DloopFilter.c232 if (p->mb_aff_frame_flag && mb_y == MB_BLOCK_SIZE && MbQ->mb_field) in DeblockMb()
354 p_Vid->EdgeLoopLumaHor(PLANE_Y, imgY, Strength, MbQ, MB_BLOCK_SIZE, p) ; in DeblockMb()
357 p_Vid->EdgeLoopLumaHor(PLANE_U, imgUV[0], Strength, MbQ, MB_BLOCK_SIZE, p) ; in DeblockMb()
358 p_Vid->EdgeLoopLumaHor(PLANE_V, imgUV[1], Strength, MbQ, MB_BLOCK_SIZE, p) ; in DeblockMb()
366 p_Vid->EdgeLoopChromaHor( imgUV[0], Strength, MbQ, MB_BLOCK_SIZE, 0, p) ; in DeblockMb()
367 p_Vid->EdgeLoopChromaHor( imgUV[1], Strength, MbQ, MB_BLOCK_SIZE, 1, p) ; in DeblockMb()
422 if (p->mb_aff_frame_flag && mb_y == MB_BLOCK_SIZE && MbQ->mb_field) in get_db_strength()
527 if (p->mb_aff_frame_flag && mb_y == MB_BLOCK_SIZE && MbQ->mb_field) in perform_db()
644 p_Vid->EdgeLoopLumaHor(PLANE_Y, imgY, Strength, MbQ, MB_BLOCK_SIZE, p) ; in perform_db()
656 p_Vid->EdgeLoopChromaHor( imgUV[0], Strength, MbQ, MB_BLOCK_SIZE, 0, p) ; in perform_db()
[all …]
H A Dloop_filter_mbaff.c103 for( idx = 0; idx < MB_BLOCK_SIZE; ++idx ) in get_strength_ver_MBAff()
129 for( i = 0; i < MB_BLOCK_SIZE; i ++ ) Strength[i] = StrValue; in get_strength_ver_MBAff()
134 for( idx = 0; idx < MB_BLOCK_SIZE; idx += BLOCK_SIZE) in get_strength_ver_MBAff()
203 for( idx = 0; idx < MB_BLOCK_SIZE; ++idx ) in get_strength_ver_MBAff()
302 int xQ, yQ = (edge < MB_BLOCK_SIZE ? edge : 1); in get_strength_hor_MBAff()
313 for( idx = 0; idx < MB_BLOCK_SIZE; idx += BLOCK_SIZE) in get_strength_hor_MBAff()
342 for( i = 0; i < MB_BLOCK_SIZE; i ++ ) Strength[i] = StrValue; in get_strength_hor_MBAff()
346 for( idx = 0; idx < MB_BLOCK_SIZE; idx += BLOCK_SIZE ) in get_strength_hor_MBAff()
459 for( pel = 0 ; pel < MB_BLOCK_SIZE ; ++pel ) in edge_loop_luma_ver_MBAff()
569 int yQ = (edge < MB_BLOCK_SIZE ? edge : 1); in edge_loop_luma_hor_MBAff()
[all …]
H A Dmc_prediction.c29 alloc_size += get_mem2Dpel(&currSlice->tmp_block_l0, MB_BLOCK_SIZE, MB_BLOCK_SIZE); in allocate_pred_mem()
30 alloc_size += get_mem2Dpel(&currSlice->tmp_block_l1, MB_BLOCK_SIZE, MB_BLOCK_SIZE); in allocate_pred_mem()
31 alloc_size += get_mem2Dpel(&currSlice->tmp_block_l2, MB_BLOCK_SIZE, MB_BLOCK_SIZE); in allocate_pred_mem()
32 alloc_size += get_mem2Dpel(&currSlice->tmp_block_l3, MB_BLOCK_SIZE, MB_BLOCK_SIZE); in allocate_pred_mem()
33 alloc_size += get_mem2Dint(&currSlice->tmp_res, MB_BLOCK_SIZE + 5, MB_BLOCK_SIZE + 5); in allocate_pred_mem()
113 int row_inc = MB_BLOCK_SIZE - block_size_x; in bi_prediction()
148 int row_inc = MB_BLOCK_SIZE - block_size_x; in weighted_bi_prediction()
179 block += MB_BLOCK_SIZE; in get_block_00()
182 block += MB_BLOCK_SIZE; in get_block_00()
1411 if (p_Vid->mb_cr_size_x == MB_BLOCK_SIZE) in perform_mc_single_wp()
[all …]
H A Dmb_prediction.c238 perform_mc(currMB, curr_plane, dec_picture, LIST_0, 0, 0, MB_BLOCK_SIZE, MB_BLOCK_SIZE); in mb_pred_skip()
255 perform_mc(currMB, curr_plane, dec_picture, LIST_0, 0, 0, MB_BLOCK_SIZE, MB_BLOCK_SIZE); in mb_pred_sp_skip()
303 …perform_mc(currMB, curr_plane, dec_picture, currMB->b8pdir[0], 0, 0, MB_BLOCK_SIZE, MB_BLOCK_SIZE); in mb_pred_p_inter16x16()
318 …perform_mc(currMB, curr_plane, dec_picture, currMB->b8pdir[0], 0, 0, MB_BLOCK_SIZE, BLOCK_SIZE_8x8… in mb_pred_p_inter16x8()
319 …perform_mc(currMB, curr_plane, dec_picture, currMB->b8pdir[2], 0, 2, MB_BLOCK_SIZE, BLOCK_SIZE_8x8… in mb_pred_p_inter16x8()
334 …erform_mc(currMB, curr_plane, dec_picture, currMB->b8pdir[0], 0, 0, BLOCK_SIZE_8x8, MB_BLOCK_SIZE); in mb_pred_p_inter8x16()
335 …erform_mc(currMB, curr_plane, dec_picture, currMB->b8pdir[1], 2, 0, BLOCK_SIZE_8x8, MB_BLOCK_SIZE); in mb_pred_p_inter8x16()
889 perform_mc(currMB, curr_plane, dec_picture, pred_dir, 0, 0, MB_BLOCK_SIZE, MB_BLOCK_SIZE); in mb_pred_b_d8x8spatial()
1242 for(i = 0; i < MB_BLOCK_SIZE; ++i) in mb_pred_ipcm()
1244 for(j = 0;j < MB_BLOCK_SIZE ; ++j) in mb_pred_ipcm()
H A Dldecod.c423 p_Vid->mb_size[0][0] = p_Vid->mb_size[0][1] = MB_BLOCK_SIZE; in init_frext()
754 memory_size += get_mem3Dpel(&(currSlice->mb_pred), MAX_PLANE, MB_BLOCK_SIZE, MB_BLOCK_SIZE); in malloc_slice()
755 memory_size += get_mem3Dpel(&(currSlice->mb_rec ), MAX_PLANE, MB_BLOCK_SIZE, MB_BLOCK_SIZE); in malloc_slice()
756 memory_size += get_mem3Dint(&(currSlice->mb_rres), MAX_PLANE, MB_BLOCK_SIZE, MB_BLOCK_SIZE); in malloc_slice()
757 memory_size += get_mem3Dint(&(currSlice->cof ), MAX_PLANE, MB_BLOCK_SIZE, MB_BLOCK_SIZE); in malloc_slice()
/dports/multimedia/jmref/JM/lencod/src/
H A Dintra16x16.c31 for (j = 0; j < MB_BLOCK_SIZE; j++) in get_i16x16_vertical()
47 for (j = 0; j < MB_BLOCK_SIZE; j++) in get_i16x16_horizontal()
50 for (i = 0; i < MB_BLOCK_SIZE; i++) in get_i16x16_horizontal()
92 for (j = 0; j < MB_BLOCK_SIZE; j++) in get_i16x16_dc()
94 for (i = 0; i < MB_BLOCK_SIZE; i++) in get_i16x16_dc()
128 for (j=0;j< MB_BLOCK_SIZE;++j) in get_i16x16_plane()
130 for (i=0;i< MB_BLOCK_SIZE;++i) in get_i16x16_plane()
343 for (j = 0; j < MB_BLOCK_SIZE; j++) in distI16x16_satd()
347 for (i = 0; i < MB_BLOCK_SIZE; i++) in distI16x16_satd()
413 for (j = 0; j < MB_BLOCK_SIZE; j++) in distI16x16_sad()
[all …]
H A Derrdo_dist_mhyp.c206 ii = p_Vid->width/MB_BLOCK_SIZE; in Build_Status_Map()
318 add_residue(currMB, enc_pic, decoder, PLANE_Y, 0, MB_BLOCK_SIZE, MB_BLOCK_SIZE); in decode_one_mb()
341 block_size_x = MB_BLOCK_SIZE; in get_predicted_mb()
342 block_size_y = MB_BLOCK_SIZE; in get_predicted_mb()
347 block_size_x = MB_BLOCK_SIZE; in get_predicted_mb()
348 block_size_y = MB_BLOCK_SIZE; in get_predicted_mb()
354 block_size_x = MB_BLOCK_SIZE; in get_predicted_mb()
523 block_size_x = MB_BLOCK_SIZE; in get_predicted_concealment_mb()
524 block_size_y = MB_BLOCK_SIZE; in get_predicted_concealment_mb()
529 block_size_x = MB_BLOCK_SIZE; in get_predicted_concealment_mb()
[all …]
H A Derrdo.c44 memory_size += get_mem3Dint(&p_Vid->p_decs->res_img, MAX_PLANE, MB_BLOCK_SIZE, MB_BLOCK_SIZE); in allocate_errdo_mem()
45 …mory_size += get_mem3Dint(&p_Vid->p_decs->res_mb_best8x8, MAX_PLANE, MB_BLOCK_SIZE, MB_BLOCK_SIZE); in allocate_errdo_mem()
81 …ze += get_mem3Dpel(&p_Vid->p_decs->dec_mb_pred, p_Inp->NoOfDecoders, MB_BLOCK_SIZE, MB_BLOCK_SIZE); in allocate_errdo_mem()
82 …e += get_mem3Dpel(&p_Vid->p_decs->dec_mbY_best, p_Inp->NoOfDecoders, MB_BLOCK_SIZE, MB_BLOCK_SIZE); in allocate_errdo_mem()
83 …et_mem4Dpel(&p_Vid->p_decs->dec_mbY_best8x8, 2, p_Inp->NoOfDecoders, MB_BLOCK_SIZE, MB_BLOCK_SIZE); in allocate_errdo_mem()
84 …em4Dpel(&p_Vid->p_decs->dec_mb_pred_best8x8, 2, p_Inp->NoOfDecoders, MB_BLOCK_SIZE, MB_BLOCK_SIZE); in allocate_errdo_mem()
406 …bY_best, p_Vid->enc_picture->de_mem->p_dec_img[0], 0, currMB->pix_x, currMB->pix_y, MB_BLOCK_SIZE); in errdo_store_best_MB()
432 …p(currMB, p_Vid->enc_picture->de_mem->p_dec_img[0], p_Vid->p_decs->dec_mbY_best, 0, MB_BLOCK_SIZE); in errdo_get_best_MB()
461 …picture->de_mem->p_dec_img[0], p_Vid->p_decs->dec_mb_pred_best8x8[transform8x8], 0, MB_BLOCK_SIZE); in errdo_get_best_P8x8()
465 …enc_picture->de_mem->p_dec_img[0], p_Vid->p_decs->dec_mbY_best8x8[transform8x8], 0, MB_BLOCK_SIZE); in errdo_get_best_P8x8()
[all …]
H A Dloop_filter_normal.c52 static void GetStrengthVer(byte Strength[MB_BLOCK_SIZE], Macroblock *MbQ, int edge, int mvlimit) in GetStrengthVer() argument
62 memset(Strength, (byte) StrValue, MB_BLOCK_SIZE * sizeof(byte)); in GetStrengthVer()
90 for( idx = 0 ; idx < MB_BLOCK_SIZE ; idx += BLOCK_SIZE ) in GetStrengthVer()
159 memset(Strength, (byte) StrValue, MB_BLOCK_SIZE * sizeof(byte)); in GetStrengthVer()
166 memset(Strength, (byte) StrValue, MB_BLOCK_SIZE * sizeof(byte)); in GetStrengthVer()
187 memset(Strength, (byte) StrValue, MB_BLOCK_SIZE * sizeof(byte)); in GetStrengthHor()
214 for( idx = 0 ; idx < MB_BLOCK_SIZE ; idx += BLOCK_SIZE ) in GetStrengthHor()
282 memset(Strength, (byte) StrValue, MB_BLOCK_SIZE * sizeof(byte)); in GetStrengthHor()
289 memset(Strength, (byte) StrValue, MB_BLOCK_SIZE * sizeof(byte)); in GetStrengthHor()
332 for( pel = 0 ; pel < MB_BLOCK_SIZE ; pel += 4 ) in EdgeLoopLumaVer()
[all …]
H A Dlln_mc_prediction.c35 imgpel block[MB_BLOCK_SIZE][MB_BLOCK_SIZE]) in mc_prediction() argument
39 if (block_size_x == MB_BLOCK_SIZE) in mc_prediction()
64 imgpel block[MB_BLOCK_SIZE][MB_BLOCK_SIZE], in weighted_mc_prediction() argument
90 imgpel block_l0[MB_BLOCK_SIZE][MB_BLOCK_SIZE], in bi_prediction() argument
91 imgpel block_l1[MB_BLOCK_SIZE][MB_BLOCK_SIZE], in bi_prediction() argument
116 imgpel block_l0[MB_BLOCK_SIZE][MB_BLOCK_SIZE], in weighted_bi_prediction() argument
117 imgpel block_l1[MB_BLOCK_SIZE][MB_BLOCK_SIZE], in weighted_bi_prediction() argument
1062 imgpel tmp_block_l0[MB_BLOCK_SIZE][MB_BLOCK_SIZE]; //!< l0 prediction in perform_mc()
1063 imgpel tmp_block_l1[MB_BLOCK_SIZE][MB_BLOCK_SIZE]; //!< l1 prediction in perform_mc()
1225 imgpel tmp_block_l0[MB_BLOCK_SIZE][MB_BLOCK_SIZE]; //!< l0 prediction in perform_mc_concealment()
[all …]
H A DloopFilter.c156 if (p_Vid->mb_aff_frame_flag && mb_y == MB_BLOCK_SIZE && MbQ->mb_field) in DeblockMb()
269 … p_Vid->GetStrengthHor(Strength, MbQ, MB_BLOCK_SIZE, mvlimit); // Strength for 4 blks in 1 stripe in DeblockMb()
274 … p_Vid->EdgeLoopLumaHor( PLANE_Y, imgY, Strength, MbQ, MB_BLOCK_SIZE, p_Vid->width_padded) ; in DeblockMb()
277 … p_Vid->EdgeLoopLumaHor(PLANE_U, imgUV[0], Strength, MbQ, MB_BLOCK_SIZE, p_Vid->width_padded) ; in DeblockMb()
278 … p_Vid->EdgeLoopLumaHor(PLANE_V, imgUV[1], Strength, MbQ, MB_BLOCK_SIZE, p_Vid->width_padded) ; in DeblockMb()
286 …p_Vid->EdgeLoopChromaHor( imgUV[0], Strength, MbQ, MB_BLOCK_SIZE, p_Vid->width_cr+p_Vid->pad_size_… in DeblockMb()
287 …p_Vid->EdgeLoopChromaHor( imgUV[1], Strength, MbQ, MB_BLOCK_SIZE, p_Vid->width_cr+p_Vid->pad_size_… in DeblockMb()
H A Dwp_lms.c105 slice_size = (end_mb-start_mb)*MB_BLOCK_SIZE*MB_BLOCK_SIZE; in ComputeExplicitWPParamsLMS()
108 …kBased(p_Vid->pCurImg, p_Vid->FrameHeightInMbs, p_Vid->PicWidthInMbs, MB_BLOCK_SIZE, MB_BLOCK_SIZE, in ComputeExplicitWPParamsLMS()
112 …Based(p_Vid->pCurImg, p_Vid->FrameHeightInMbs, p_Vid->PicWidthInMbs, MB_BLOCK_SIZE, MB_BLOCK_SIZE, in ComputeExplicitWPParamsLMS()
129 …umBlockBased(cur_ref, p_Vid->FrameHeightInMbs, p_Vid->PicWidthInMbs, MB_BLOCK_SIZE, MB_BLOCK_SIZE, in ComputeExplicitWPParamsLMS()
132 …anBlockBased(cur_ref, p_Vid->FrameHeightInMbs, p_Vid->PicWidthInMbs, MB_BLOCK_SIZE, MB_BLOCK_SIZE, in ComputeExplicitWPParamsLMS()
238 …sed (p_Vid->pCurImg, p_Vid->FrameHeightInMbs, p_Vid->PicWidthInMbs, MB_BLOCK_SIZE, MB_BLOCK_SIZE, in ComputeExplicitWPParamsJNT()
255 …ased (cur_ref, p_Vid->FrameHeightInMbs, p_Vid->PicWidthInMbs, MB_BLOCK_SIZE, MB_BLOCK_SIZE, start_… in ComputeExplicitWPParamsJNT()
H A Dme_distortion_otf.c55 int tmp_line[ (MB_BLOCK_SIZE+5)*(MB_BLOCK_SIZE+5) ] ; in computeSAD_otf()
151 int tmp_line[ (MB_BLOCK_SIZE+5)*(MB_BLOCK_SIZE+5) ] ; in computeSADWP_otf()
243 int tmp_line[ (MB_BLOCK_SIZE+5)*(MB_BLOCK_SIZE+5) ] ; in computeBiPredSAD1_otf()
351 int tmp_line[ (MB_BLOCK_SIZE+5)*(MB_BLOCK_SIZE+5) ] ; in computeBiPredSAD2_otf()
466 int tmp_line[ (MB_BLOCK_SIZE+5)*(MB_BLOCK_SIZE+5) ] ; in computeSATD_otf()
566 int tmp_line[ (MB_BLOCK_SIZE+5)*(MB_BLOCK_SIZE+5) ] ; in computeSATDWP_otf()
666 int tmp_line[ (MB_BLOCK_SIZE+5)*(MB_BLOCK_SIZE+5) ] ; in computeBiPredSATD1_otf()
777 int tmp_line[ (MB_BLOCK_SIZE+5)*(MB_BLOCK_SIZE+5) ] ; in computeBiPredSATD2_otf()
923 int tmp_line[ (MB_BLOCK_SIZE+5)*(MB_BLOCK_SIZE+5) ] ; in computeSSE_otf()
1003 int tmp_line[ (MB_BLOCK_SIZE+5)*(MB_BLOCK_SIZE+5) ] ; in computeSSEWP_otf()
[all …]
H A Dme_fullfast_otf.c49 int tmp_data[ (MB_BLOCK_SIZE+5)*(MB_BLOCK_SIZE+5) ] ; in SetupFastFullPelSearch_otf()
103 for (y = currMB->opix_y; y < currMB->opix_y + MB_BLOCK_SIZE; y++) in SetupFastFullPelSearch_otf()
105 memcpy(srcptr, &p_Vid->pCurImg[y][currMB->pix_x], MB_BLOCK_SIZE * sizeof(imgpel)); in SetupFastFullPelSearch_otf()
106 srcptr += MB_BLOCK_SIZE; in SetupFastFullPelSearch_otf()
163 …t_block_luma ( p_Vid, refptr, tmp_data, cand.mv_x, cand.mv_y, MB_BLOCK_SIZE, MB_BLOCK_SIZE, ref_pi… in SetupFastFullPelSearch_otf()
269 …et_block_luma( p_Vid, refptr, tmp_data, cand.mv_x, cand.mv_y, MB_BLOCK_SIZE, MB_BLOCK_SIZE, ref_pi… in SetupFastFullPelSearch_otf()
H A Dmd_distortion.c89 for (j = 0; j < MB_BLOCK_SIZE; j++) in compute_SSE16x16()
94 for (i = 0; i < MB_BLOCK_SIZE; i++) in compute_SSE16x16()
108 for (j = 0; j < MB_BLOCK_SIZE; j++) in compute_SSE16x16_thres()
113 for (i = 0; i < MB_BLOCK_SIZE; i++) in compute_SSE16x16_thres()
H A Dloop_filter_mbaff.c30 static void get_strength_ver_MBAff (byte Strength[MB_BLOCK_SIZE], Macroblock *MbQ, int edge, in…
31 static void get_strength_hor_MBAff (byte Strength[MB_BLOCK_SIZE], Macroblock *MbQ, int edge, in…
32 static void edge_loop_luma_ver_MBAff (ColorPlane pl, imgpel** Img, byte Strength[MB_BLOCK_SIZE], …
33 static void edge_loop_luma_hor_MBAff (ColorPlane pl, imgpel** Img, byte Strength[MB_BLOCK_SIZE], …
34 static void edge_loop_chroma_ver_MBAff (imgpel** Img, byte Strength[MB_BLOCK_SIZE], Macroblock *MbQ…
35 static void edge_loop_chroma_hor_MBAff (imgpel** Img, byte Strength[MB_BLOCK_SIZE], Macroblock *MbQ…
54 static void get_strength_ver_MBAff(byte Strength[MB_BLOCK_SIZE], Macroblock *MbQ, int edge, int mvl… in get_strength_ver_MBAff() argument
168 static void get_strength_hor_MBAff(byte Strength[MB_BLOCK_SIZE], Macroblock *MbQ, int edge, int mvl… in get_strength_hor_MBAff() argument
186 yQ = (edge < MB_BLOCK_SIZE ? edge : 1); in get_strength_hor_MBAff()
314 for( pel = 0 ; pel < MB_BLOCK_SIZE ; ++pel ) in edge_loop_luma_ver_MBAff()
[all …]
H A Dratectl.c378 for(j = 0; j < MB_BLOCK_SIZE; j++) in rc_store_diff()
383 for (i = 0; i < MB_BLOCK_SIZE; i++) in rc_store_diff()
396 for(j = 0; j < MB_BLOCK_SIZE; j++) in rc_store_diff_16b()
401 for (i = 0; i < MB_BLOCK_SIZE; i++) in rc_store_diff_16b()
H A Dmc_prediction_otf.c161 …int tmp_pred[ (MB_BLOCK_SIZE+5)*(MB_BLOCK_SIZE+5) ]; // temporary pred block to compute on-the-… in luma_prediction_otf()
260 …int tmp_pred[ (MB_BLOCK_SIZE+5)*(MB_BLOCK_SIZE+5) ]; // temporary pred block for on-the-fly int… in luma_prediction_bi_otf()
316 int tmp_pred[(MB_BLOCK_SIZE+5)*(MB_BLOCK_SIZE+5)]; in chroma_prediction_otf()
H A Dq_around.c162 for (j=0; j < MB_BLOCK_SIZE; j++) in update_offset_params()
165 for (i=0; i < MB_BLOCK_SIZE; i++) in update_offset_params()
186 for (j=0; j < MB_BLOCK_SIZE; j++) in update_offset_params()
189 for (i=0; i < MB_BLOCK_SIZE; i++) in update_offset_params()
H A Drd_intra_jm.c467 imgpel bestRec[MB_BLOCK_SIZE][MB_BLOCK_SIZE]; in mode_decision_for_I16x16_MB_RDO()
528 for(i = 0; i < MB_BLOCK_SIZE; i++) in mode_decision_for_I16x16_MB_RDO()
529 …, &p_Vid->enc_picture->p_curr_img[currMB->pix_y + i][currMB->pix_x], sizeof(imgpel)*MB_BLOCK_SIZE); in mode_decision_for_I16x16_MB_RDO()
555 for(i = 0; i < MB_BLOCK_SIZE; i++) in mode_decision_for_I16x16_MB_RDO()
557 …>enc_picture->p_curr_img[currMB->pix_y+i][currMB->pix_x], bestRec[i], MB_BLOCK_SIZE*sizeof(imgpel)… in mode_decision_for_I16x16_MB_RDO()
/dports/multimedia/jmref/JM/lencod/inc/
H A Dlln_mc_prediction.h25 … x_pos, int y_pos, int block_size_y, int block_size_x, imgpel block[MB_BLOCK_SIZE][MB_BLOCK_SIZE]);
26 … x_pos, int y_pos, int block_size_x, int block_size_y, imgpel block[MB_BLOCK_SIZE][MB_BLOCK_SIZE]);

123