- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all
I wonder if the parameter search_x (Maximum of absolute value of horizontal part of motion vector.)and search_y (Maximum of absolute value ofvertical part of motion vector.) mean the search window size in the ME process. If yes, why is it specified so small as 4x4 in the sample.par file which is included in the H264_IPP4.1 encoder? That's bcos normally, we deal with 16x16 or 8x8. Can you tell me the meaning of the search x and search y below?
Thank you very much in advanced for all the help
Yours
Nicky
--------------------------------------------------------------------------
H264 Sequence.
foreman_cif.yuv /* name of source files */
300 /* number of frames */
1 299 /* 1(reserved) , N (# of frames in between I frames) */
0 /* Number of B frames between I (or P) and next P */
352 /* horizontal_size */
288 /* vertical_size */
3 /* frame_rate_code: 3 means 25 Hz, 6 means 50 Hz */
0 16 16 16 0 /* method(0 - quant_codes, 1 - CBR, quant_codes (I P B) & bitrate !!!ALL must be specified */
14 4 0 /* extra block split, search x,search_y, implicit weighted biprediction(reserved)*/
352 /* display_horizontal_size */
288 /* display_vertical_size */
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
FYI
Based on my analysis, so very limited search range is still working reasonable well, becausesearching isnotrestrictedby absolute values of
search x and search y
butthese are justrelativelimits around a best initial motion predictor (see umc_h264_me.cpp for more details)

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page