Commit 6e84dd1c authored by vaclav's avatar vaclav
Browse files

comment

parent 8cce6b27
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2315,11 +2315,12 @@ static void copy_masa_metadata(
 * Compare the similarity of MASA metadata in two sub-frames
 *-------------------------------------------------------------------*/

/* r: similarity decision */
static uint8_t are_masa_subframes_similar(
    const MASA_METADATA_HANDLE frame1, /* i  : MASA metadata frame 1                      */
    const uint8_t sf1_idx,             /* i  : index of the subframe of frame1 to inspect */
    const MASA_METADATA_HANDLE frame2, /* i  : MASA metadata frame 2                      */
    const uint8_t sf2_idx              /* o  : index of the subframe of frame2 to inspect */
    const uint8_t sf2_idx              /* i  : index of the subframe of frame2 to inspect */
)
{
    uint8_t num_dir;