Home
last modified time | relevance | path

Searched refs:BLOCK_MULTIPLE (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/jmref/JM/lencod/inc/
H A Drdopt_coding_state.h37 short mvd[2][BLOCK_MULTIPLE][BLOCK_MULTIPLE][2];
H A Ddefines.h151 #define BLOCK_MULTIPLE 4 // (MB_BLOCK_SIZE/BLOCK_SIZE) macro
H A Dglobal.h399 …short mvd[2][BLOCK_MULTIPLE][BLOCK_MULTIPLE][2]; //!< indices correspond to…
/dports/multimedia/jmref/JM/lencod/src/
H A Drdopt.c2075 for (j = 0 ; j < BLOCK_MULTIPLE; j++) in store_macroblock_parameters()
2419 for(j = 0; j < BLOCK_MULTIPLE; j++) in set_stored_macroblock_parameters_mpass()
2435 for(j = 0; j < BLOCK_MULTIPLE; j++) in set_stored_macroblock_parameters_mpass()
2634 for(j = 0; j < BLOCK_MULTIPLE; j++) in set_stored_macroblock_parameters()
2650 for(j = 0; j < BLOCK_MULTIPLE; j++) in set_stored_macroblock_parameters()
3593 int start_x = 0, start_y = 0, end_x = BLOCK_MULTIPLE, end_y = BLOCK_MULTIPLE; in assign_enc_picture_params()
3600 end_x = BLOCK_MULTIPLE; in assign_enc_picture_params()
3601 end_y = BLOCK_MULTIPLE; in assign_enc_picture_params()
3606 end_x = BLOCK_MULTIPLE; in assign_enc_picture_params()
3613 end_y = BLOCK_MULTIPLE; in assign_enc_picture_params()
[all …]
H A Dmd_common.c32 for (i = 0; i < BLOCK_MULTIPLE; i++) in CopyMVBlock16()
50 for (i = block_x; i < block_x + BLOCK_MULTIPLE; i++) in ResetMotionBlock16()
70 for (i = block_x; i < block_x + BLOCK_MULTIPLE; i++) in ResetMVBlock16()
86 for (i = block_x; i < block_x + BLOCK_MULTIPLE; ++i) in ResetRefBlock16()
270 …IST_0][l0_ref][P16x8][pos], all_mv [LIST_0][l0_ref][P16x8][pos], 2 * BLOCK_MULTIPLE * sizeof(Motio… in SetMVBSlice16x8()
271 …IST_1][l1_ref][P16x8][pos], all_mv [LIST_1][l1_ref][P16x8][pos], 2 * BLOCK_MULTIPLE * sizeof(Motio… in SetMVBSlice16x8()
311 for (j = 0; j < BLOCK_MULTIPLE; j++) in SetMVBSlice8x16()
315 for (j = 0; j < BLOCK_MULTIPLE; j++) in SetMVBSlice8x16()
H A Drdoq.c429 memcpy(dest->b8x8, src->b8x8, BLOCK_MULTIPLE * sizeof(Info8x8)); in copy_rddata_trellis()
454 for(j = currMB->block_y; j < currMB->block_y + BLOCK_MULTIPLE; j++) in copy_rddata_trellis()
455 …memcpy(&dest->ipredmode[j][currMB->block_x],&src->ipredmode[j][currMB->block_x], BLOCK_MULTIPLE * … in copy_rddata_trellis()
457 …memcpy(&dest->refar[LIST_0][0][0], &src->refar[LIST_0][0][0], 2 * BLOCK_MULTIPLE * BLOCK_MULTIPLE in copy_rddata_trellis()
H A Dmd_low.c574 for (j = currMB->block_y; j < currMB->block_y + BLOCK_MULTIPLE; j++) in encode_one_macroblock_low()
575 memset(&ipredmodes[j][currMB->block_x], DC_PRED, BLOCK_MULTIPLE * sizeof(char)); in encode_one_macroblock_low()
583 for(j = currMB->block_y; j < currMB->block_y + BLOCK_MULTIPLE; j++) in encode_one_macroblock_low()
584 …edmode[j][currMB->block_x],&p_Vid->ipredmode8x8[j][currMB->block_x], BLOCK_MULTIPLE * sizeof(char)… in encode_one_macroblock_low()
599 for(j = currMB->block_y; j < currMB->block_y + BLOCK_MULTIPLE; j++) in encode_one_macroblock_low()
600 memset(&ipredmodes[j][currMB->block_x],DC_PRED, BLOCK_MULTIPLE * sizeof(char)); in encode_one_macroblock_low()
H A Dmacroblock.c269 for (j=currMB->block_y; j < currMB->block_y + BLOCK_MULTIPLE; ++j) in reset_macroblock()
271 for (i = currMB->block_x; i < currMB->block_x + BLOCK_MULTIPLE; ++i) in reset_macroblock()
1663 for (j=currMB->block_y; j<currMB->block_y + BLOCK_MULTIPLE; ++j) in ZeroRef()
1665 for (i=currMB->block_x; i<currMB->block_x + BLOCK_MULTIPLE; ++i) in ZeroRef()
/dports/multimedia/jmref/JM/ldecod/src/
H A Dmb_prediction.c375 for (k = k_start; k < k_start + BLOCK_MULTIPLE; k ++) in mb_pred_b_d8x8temporal()
582 int k_end = k_start + BLOCK_MULTIPLE; in mb_pred_b_d4x4temporal()
809 for (j4 = currMB->block_y; j4 < currMB->block_y + BLOCK_MULTIPLE; j4 += 2) in mb_pred_b_d8x8spatial()
811 for (i4 = currMB->block_x; i4 < currMB->block_x + BLOCK_MULTIPLE; i4 += 2) in mb_pred_b_d8x8spatial()
830 for (j4 = currMB->block_y; j4 < currMB->block_y + BLOCK_MULTIPLE; j4 += 2) in mb_pred_b_d8x8spatial()
850 for (j4 = currMB->block_y; j4 < currMB->block_y + BLOCK_MULTIPLE; j4 += 2) in mb_pred_b_d8x8spatial()
871 for (j4 = currMB->block_y; j4 < currMB->block_y + BLOCK_MULTIPLE; j4 += 2) in mb_pred_b_d8x8spatial()
935 int k_end = k_start + BLOCK_MULTIPLE; in mb_pred_b_d4x4spatial()
1155 k_end += BLOCK_MULTIPLE; in mb_pred_b_inter8x8()
1161 for (k = k_start; k < k_start + BLOCK_MULTIPLE; k ++) in mb_pred_b_inter8x8()
[all …]
/dports/multimedia/jmref/JM/ldecod/inc/
H A Ddefines.h108 #define BLOCK_MULTIPLE 4 // (MB_BLOCK_SIZE/BLOCK_SIZE) macro
H A Dglobal.h243 …short mvd[2][BLOCK_MULTIPLE][BLOCK_MULTIPLE][2]; //!< indices correspond to [forw,bac…