H1               1389 source/common/vec/dct-sse3.cpp #define STORE_LINE(L0, L1, L2, L3, L4, L5, L6, L7, H0, H1, H2, H3, H4, H5, H6, H7, offsetV, offsetH) \
H1               1393 source/common/vec/dct-sse3.cpp     _mm_storeu_si128((__m128i*)&dst[(1 + (offsetV)) * stride + (offsetH) + 8], H1); \
H1                319 source/x265cli.h     H1("   --y4m                         Force parsing of input stream as YUV4MPEG2 regardless of file extension\n");
H1                322 source/x265cli.h     H1("   --input-depth <integer>       Bit-depth of input file. Default 8\n");
H1                323 source/x265cli.h     H1("   --input-csp <string>          Chroma subsampling, auto-detected if Y4M\n");
H1                324 source/x265cli.h     H1("                                 0 - i400 (4:0:0 monochrome)\n");
H1                325 source/x265cli.h     H1("                                 1 - i420 (4:2:0 default)\n");
H1                326 source/x265cli.h     H1("                                 2 - i422 (4:2:2)\n");
H1                327 source/x265cli.h     H1("                                 3 - i444 (4:4:4)\n");
H1                334 source/x265cli.h     H1("   --[no-]interlace <bff|tff>    Indicate input pictures are interlace fields in temporal order. Default progressive\n");
H1                335 source/x265cli.h     H1("   --dither                      Enable dither if downscaling to 8 bit pixels. Default disabled\n");
H1                376 source/x265cli.h     H1("   --[no-]tskip-fast             Enable fast intra transform skipping. Default %s\n", OPT(param->bEnableTSkipFast));
H1                377 source/x265cli.h     H1("   --nr-intra <integer>          An integer value in range of 0 to 2000, which denotes strength of noise reduction in intra CUs. Default 0\n");
H1                378 source/x265cli.h     H1("   --nr-inter <integer>          An integer value in range of 0 to 2000, which denotes strength of noise reduction in inter CUs. Default 0\n");
H1                389 source/x265cli.h     H1("   --[no-]tskip                  Enable intra 4x4 transform skipping. Default %s\n", OPT(param->bEnableTransformSkip));
H1                400 source/x265cli.h     H1("   --[no-]temporal-mvp           Enable temporal MV predictors. Default %s\n", OPT(param->bEnableTemporalMvp));
H1                413 source/x265cli.h     H1("   --scenecut-bias <0..100.0>    Bias for scenecut detection. Default %.2f\n", param->scenecutBias);
H1                416 source/x265cli.h     H1("   --lookahead-slices <0..16>    Number of slices to use per lookahead cost estimate. Default %d\n", param->lookaheadSlices);
H1                419 source/x265cli.h     H1("   --bframe-bias <integer>       Bias towards B frame decisions. Default %d\n", param->bFrameBias);
H1                422 source/x265cli.h     H1("   --qpfile <string>             Force frametypes and QPs for some or all frames\n");
H1                423 source/x265cli.h     H1("                                 Format of each line: framenumber frametype QP\n");
H1                424 source/x265cli.h     H1("                                 QP is optional (none lets x265 choose). Frametypes: I,i,K,P,B,b.\n");
H1                425 source/x265cli.h     H1("                                 QPs are restricted by qpmin/qpmax.\n");
H1                428 source/x265cli.h     H1("-q/--qp <integer>                QP for P slices in CQP mode (implied). --ipratio and --pbration determine other slice QPs\n");
H1                430 source/x265cli.h     H1("   --[no-]lossless               Enable lossless: bypass transform, quant and loop filters globally. Default %s\n", OPT(param->bLossless));
H1                431 source/x265cli.h     H1("   --crf-max <float>             With CRF+VBV, limit RF to this value. Default %f\n", param->rc.rfConstantMax);
H1                432 source/x265cli.h     H1("                                 May cause VBV underflows!\n");
H1                433 source/x265cli.h     H1("   --crf-min <float>             With CRF+VBV, limit RF to this value. Default %f\n", param->rc.rfConstantMin);
H1                434 source/x265cli.h     H1("                                 this specifies a minimum rate factor value for encode!\n");
H1                461 source/x265cli.h     H1("   --ipratio <float>             QP factor between I and P. Default %.2f\n", param->rc.ipFactor);
H1                462 source/x265cli.h     H1("   --pbratio <float>             QP factor between P and B. Default %.2f\n", param->rc.pbFactor);
H1                463 source/x265cli.h     H1("   --qcomp <float>               Weight given to predicted complexity. Default %.2f\n", param->rc.qCompress);
H1                464 source/x265cli.h     H1("   --qpstep <integer>            The maximum single adjustment in QP allowed to rate control. Default %d\n", param->rc.qpStep);
H1                465 source/x265cli.h     H1("   --qpmin <integer>             sets a hard lower limit on QP allowed to ratecontrol. Default %d\n", param->rc.qpMin);
H1                466 source/x265cli.h     H1("   --qpmax <integer>             sets a hard upper limit on QP allowed to ratecontrol. Default %d\n", param->rc.qpMax);
H1                468 source/x265cli.h     H1("   --cbqpoffs <integer>          Chroma Cb QP Offset [-12..12]. Default %d\n", param->cbQpOffset);
H1                469 source/x265cli.h     H1("   --crqpoffs <integer>          Chroma Cr QP Offset [-12..12]. Default %d\n", param->crQpOffset);
H1                470 source/x265cli.h     H1("   --scaling-list <string>       Specify a file containing HM style quant scaling lists or 'default' or 'off'. Default: off\n");
H1                471 source/x265cli.h     H1("   --zones <zone0>/<zone1>/...   Tweak the bitrate of regions of the video\n");
H1                472 source/x265cli.h     H1("                                 Each zone is of the form\n");
H1                473 source/x265cli.h     H1("                                   <start frame>,<end frame>,<option>\n");
H1                474 source/x265cli.h     H1("                                   where <option> is either\n");
H1                475 source/x265cli.h     H1("                                       q=<integer> (force QP)\n");
H1                476 source/x265cli.h     H1("                                   or  b=<float> (bitrate multiplier)\n");
H1                477 source/x265cli.h     H1("   --lambda-file <string>        Specify a file containing replacement values for the lambda tables\n");
H1                478 source/x265cli.h     H1("                                 MAX_MAX_QP+1 floats for lambda table, then again for lambda2 table\n");
H1                479 source/x265cli.h     H1("                                 Blank lines and lines starting with hash(#) are ignored\n");
H1                480 source/x265cli.h     H1("                                 Comma is considered to be white-space\n");
H1                484 source/x265cli.h     H1("   --[no-]sao-non-deblock        Use non-deblocked pixels, else right/bottom boundary areas skipped. Default %s\n", OPT(param->bSaoNonDeblocked));
H1                491 source/x265cli.h     H1("   --display-window <string>     Describe overscan cropping region as 'left,top,right,bottom' in pixels\n");
H1                492 source/x265cli.h     H1("   --overscan <string>           Specify whether it is appropriate for decoder to show cropped region: undef, show or crop. Default undef\n");
H1                500 source/x265cli.h     H1("   --colormatrix <string>        Specify color matrix setting from undef, bt709, fcc, bt470bg, smpte170m,\n");
H1                501 source/x265cli.h     H1("                                 smpte240m, GBR, YCgCo, bt2020nc, bt2020c. Default undef\n");
H1                502 source/x265cli.h     H1("   --chromaloc <integer>         Specify chroma sample location (0 to 5). Default of %d\n", param->vui.chromaSampleLocTypeTopField);
H1                516 source/x265cli.h     H1("   --hash <integer>              Decoded Picture Hash SEI 0: disabled, 1: MD5, 2: CRC, 3: Checksum. Default %d\n", param->decodedPictureHashSEI);
H1                524 source/x265cli.h     H1("\nReconstructed video options (debugging):\n");
H1                525 source/x265cli.h     H1("-r/--recon <filename>            Reconstructed raw image YUV or Y4M output file name\n");
H1                526 source/x265cli.h     H1("   --recon-depth <integer>       Bit-depth of reconstructed raw image file. Defaults to input bit depth, or 8 if Y4M\n");
H1                527 source/x265cli.h     H1("   --recon-y4m-exec <string>     pipe reconstructed frames to Y4M viewer, ex:\"ffplay -i pipe:0 -autoexit\"\n");
H1                528 source/x265cli.h     H1("\nExecutable return codes:\n");
H1                529 source/x265cli.h     H1("    0 - encode successful\n");
H1                530 source/x265cli.h     H1("    1 - unable to parse command line\n");
H1                531 source/x265cli.h     H1("    2 - unable to open encoder\n");
H1                532 source/x265cli.h     H1("    3 - unable to generate stream headers\n");
H1                533 source/x265cli.h     H1("    4 - encoder abort\n");