Go to the source code of this file.
Functions | |
| static void | loop_filter_l2 (uint8_t *p0_p, int stride, int alpha, int beta) |
| static void | loop_filter_l1 (uint8_t *p0_p, int stride, int alpha, int beta, int tc) |
| static void | loop_filter_c2 (uint8_t *p0_p, int stride, int alpha, int beta) |
| static void | loop_filter_c1 (uint8_t *p0_p, int stride, int alpha, int beta, int tc) |
| static void | cavs_filter_lv_c (uint8_t *d, int stride, int alpha, int beta, int tc, int bs1, int bs2) |
| static void | cavs_filter_lh_c (uint8_t *d, int stride, int alpha, int beta, int tc, int bs1, int bs2) |
| static void | cavs_filter_cv_c (uint8_t *d, int stride, int alpha, int beta, int tc, int bs1, int bs2) |
| static void | cavs_filter_ch_c (uint8_t *d, int stride, int alpha, int beta, int tc, int bs1, int bs2) |
| static void | cavs_idct8_add_c (uint8_t *dst, DCTELEM *block, int stride) |
| CAVS_SUBPIX (put_, op_put1, hpel, 0,-1, 5, 5,-1, 0) CAVS_SUBPIX(put_ | |
| CAVS_SUBPIX (put_, op_put2, qpel_r, 0,-7, 42, 96,-2,-1) CAVS_SUBPIX_HV(put_ | |
| CAVS_SUBPIX_HV (put_, op_put4, ff, 0,-1, 5, 5,-1, 0,-1,-2, 96, 42,-7, 0, 0) CAVS_SUBPIX_HV(put_ | |
| CAVS_SUBPIX_HV (put_, op_put4, kk, 0,-7, 42, 96,-2,-1, 0,-1, 5, 5,-1, 0, 0) CAVS_SUBPIX_HV(put_ | |
| CAVS_SUBPIX_HV (put_, op_put2, egpr, 0,-1, 5, 5,-1, 0, 0,-1, 5, 5,-1, 0, 1) CAVS_SUBPIX(avg_ | |
| CAVS_SUBPIX (avg_, op_avg2, qpel_l,-1,-2, 96, 42,-7, 0) CAVS_SUBPIX(avg_ | |
| CAVS_SUBPIX_HV (avg_, op_avg3, jj, 0,-1, 5, 5,-1, 0, 0,-1, 5, 5,-1, 0, 0) CAVS_SUBPIX_HV(avg_ | |
| CAVS_SUBPIX_HV (avg_, op_avg4, ii,-1,-2, 96, 42,-7, 0, 0,-1, 5, 5,-1, 0, 0) CAVS_SUBPIX_HV(avg_ | |
| CAVS_SUBPIX_HV (avg_, op_avg4, qq, 0,-1, 5, 5,-1, 0, 0,-7, 42, 96,-2,-1, 0) CAVS_SUBPIX_HV(avg_ | |
| CAVS_MC (CAVS_MC(put_, 8) | |
Variables | |
| op_put2 | |
| qpel_l | |
| op_put3 | |
| jj | |
| op_put4 | |
| ii | |
| op_avg1 | |
| hpel | |
| op_avg2 | |
| qpel_r | |
| op_avg4 | |
| ff | |
| kk | |
| egpr | |
| static void loop_filter_l2 | ( | uint8_t * | p0_p, | |
| int | stride, | |||
| int | alpha, | |||
| int | beta | |||
| ) | [inline, static] |
| static void loop_filter_l1 | ( | uint8_t * | p0_p, | |
| int | stride, | |||
| int | alpha, | |||
| int | beta, | |||
| int | tc | |||
| ) | [inline, static] |
| static void loop_filter_c2 | ( | uint8_t * | p0_p, | |
| int | stride, | |||
| int | alpha, | |||
| int | beta | |||
| ) | [inline, static] |
| static void loop_filter_c1 | ( | uint8_t * | p0_p, | |
| int | stride, | |||
| int | alpha, | |||
| int | beta, | |||
| int | tc | |||
| ) | [inline, static] |
| static void cavs_filter_lv_c | ( | uint8_t * | d, | |
| int | stride, | |||
| int | alpha, | |||
| int | beta, | |||
| int | tc, | |||
| int | bs1, | |||
| int | bs2 | |||
| ) | [static] |
| static void cavs_filter_lh_c | ( | uint8_t * | d, | |
| int | stride, | |||
| int | alpha, | |||
| int | beta, | |||
| int | tc, | |||
| int | bs1, | |||
| int | bs2 | |||
| ) | [static] |
| static void cavs_filter_cv_c | ( | uint8_t * | d, | |
| int | stride, | |||
| int | alpha, | |||
| int | beta, | |||
| int | tc, | |||
| int | bs1, | |||
| int | bs2 | |||
| ) | [static] |
| static void cavs_filter_ch_c | ( | uint8_t * | d, | |
| int | stride, | |||
| int | alpha, | |||
| int | beta, | |||
| int | tc, | |||
| int | bs1, | |||
| int | bs2 | |||
| ) | [static] |
| static void cavs_idct8_add_c | ( | uint8_t * | dst, | |
| DCTELEM * | block, | |||
| int | stride | |||
| ) | [static] |
| CAVS_SUBPIX | ( | put_ | , | |
| op_put1 | , | |||
| hpel | , | |||
| 0 | , | |||
| - | 1, | |||
| 5 | , | |||
| 5 | , | |||
| - | 1, | |||
| 0 | ||||
| ) |
| CAVS_SUBPIX_HV | ( | avg_ | , | |
| op_avg3 | , | |||
| jj | , | |||
| 0 | , | |||
| - | 1, | |||
| 5 | , | |||
| 5 | , | |||
| - | 1, | |||
| 0 | , | |||
| 0 | , | |||
| - | 1, | |||
| 5 | , | |||
| 5 | , | |||
| - | 1, | |||
| 0 | , | |||
| 0 | ||||
| ) |
Definition at line 494 of file cavsdsp.c.
Referenced by TemplateMatcher::adjustForBlanks(), computeBreakMap(), BlankFrameDetector::computeForLogoSurplus(), and CommDetector2::go().
Definition at line 496 of file cavsdsp.c.
Referenced by AppleRemote::_handleEventWithCookieString(), TemplateMatcher::adjustForBlanks(), RTjpeg::b2s(), b64test(), bounding_box(), CannyEdgeDetector::CannyEdgeDetector(), computeBreakMap(), BlankFrameDetector::computeForLogoSurplus(), DefaultViewSettings::DefaultViewSettings(), LocationDialog::doSearch(), edgeDetector::edge_mark(), MythContext::FindThemeFile(), TemplateMatcher::finished(), frameAnalyzer::frameAnalyzerMapSum(), frameAnalyzer::frameAnalyzerReportMap(), frameAnalyzer::frameAnalyzerReportMapms(), CommDetector2::go(), h264_free_extradata(), XMLParse::LoadTheme(), XMLParse::parseDefaultCategoryColors(), pgm_convolve_radial(), pgm_set(), JobQueue::PrettyPrint(), readData(), scenechange_data_diff(), scenechange_data_init(), template_alloc(), and writeData().
Definition at line 498 of file cavsdsp.c.
Referenced by $method(), encode_dvd_subtitles(), and if().
Definition at line 506 of file cavsdsp.c.
Referenced by TemplateMatcher::adjustForBlanks(), av_random_generate_untempered_numbers(), and freesat_huffman_to_string().
1.5.5